TIB_CustomText Object
Properties Methods

Unit
IB_Controls

Declaration
TIB_CustomText = class(TCustomLabel)

Description
This control allows the string contents of a column to be displayed in a standard label control.

Introduced Public Properties
AutoSize 
DataField  Name of the column to which this control is bound.
DataSource  Reference to the dataset to which this control is bound.
Field  Reference to the column to which this control is bound.
IgnoreColorScheme  This property causes the control to ignore the coloring scheme and allow its color to be maintained manually by the application developer.
Layout 
OnPrepareSQL  This event allows for custom alterations to be made to the SELECT statement's WHERE clause at prepare time.
SearchAlways  This property can make the control act as though it were always in search mode.
SearchBuffer  Reference to the SearchBuffer for this data bound control.
SearchWithMask  This property makes it so that IBO will continue to enforce the Editmask setting for the colum even when in search mode.
Transparent 
WordWrap 

Introduced Public Methods
Create
Destroy