[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Formatted field value
Source position: db.pas line 411
public property TField.DisplayText : string |
DisplayText returns the field's value as it should be displayed to the user, with all necessary formatting applied. Controls that should display the value of the field should use DisplayText instead of the TField.AsString property, which does not take into account any formatting.
|
Access the field's contents as an AnsiString value. |