Icon OnSetText Event

property OnSetText: TDataColumnTextEvent

Usage

Available In: Client and Server Applications

This event is triggered when the TDataColumn Text property is assigned a value, giving the application a chance to format or parse the text as required before it is actually stored in the column. Visual controls that are bound to a column use the Text property to assign the data for the column as it is modified by the end user.
Image