TFieldSetTextEvent is the type for event handlers that assign a field's value from a string.
TFieldSetTextEvent = procedure (Sender: TField; const Text: string) of object;
(Sender: TField; const Text: string) ( TFieldSetTextEvent)();
Sender is the field whose value the event handler sets.
Text is a string that represents the value to set.
DisplayText is true if the field's value is to be used for display only; false if the string is to be used for editing the field's value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|