FieldsDisplayFormat property

Applies to
TIB_Statement

Declaration
Property FieldsDisplayFormat : TIB_StringList;

Description
Allows a display string to be provided for a column's DisplayText property.

Use the standard format for making column entries.

Date based columns use the DateTimeToString() syntax.
Numeric based columns use the FormatFloat() syntax.
All other columns use the FormatMaskText() syntax.

Make column entries using the standard format as:

[< tablename >.]< columnname >=mm/dd/yyyy
[< tablename >.]< columnname >=##0.00
[< tablename >.]< columnname >=(000)_000-0000;0;*