[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event to set the field's content based on a user-formatted string
Source position: db.pas line 451
published property TField.OnSetText : TFieldSetTextEvent |
OnSetText is called whenever the TField.Text property is written. It can be used to set the actual value of the field based on the passed AText parameter. Typically, this event handler will perform the inverse operation of the TField.OnGetText handler, if it exists.
|
Text representation of the field |
|
|
Event to format the field's content |
|
|
Event handler to get field content |