IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

EvalEntity Event

Fired every time an entity needs to be evaluated.

Syntax

type TEvalEntityEvent = procedure EvalEntity(Sender: TObject; const Entity: String;var  Value: String) of object;

property OnEvalEntity: TEvalEntityEvent read FOnEvalEntity write FOnEvalEntity;

Remarks

The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]