[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Format string for editing of numerical data
Source position: db.pas line 534
published property TNumericField.EditFormat : string |
EditFormat specifies a format string (such as used by the Format and FormatFloat functions) for editing purposes: the TField.Text property will use this property to format the field's value. Which formatting function (and, consequently, which format can be entered) is used depends on the descendent of the TNumericField class.
|
Text representation of the field |
|
|
Format string for display of numerical data |