InvalidText property

Applies to
TIB_FieldDataLink

Declaration
Property InvalidText : string;

Description
Text value displayed when there is no valid value from the datalink.

This property can be useful for making a given control work with DataSource=nil (i.e. in a non-data-aware manner). The control should be set to use IgnoreColorScheme=true for such usage.

Note: when in design mode, this property may return the name of the control associated with this datalink.