FieldsVisible property

Applies to
TIB_Statement

Declaration
Property FieldsVisible : TIB_StringList;

Description
Allows fields to be set to Visible as false. This will make a column not appear in a IB_Grid if it is not using GridLinks.

Make column entries using the standard format as:
[< tablename >.]< columnname >=T[RUE]
[< tablename >.]< columnname >=F[ALSE]