TIB_FieldDataLink Object
Properties Methods

Unit
IB_FieldDataLink

Declaration
TIB_FieldDataLink = class(TIB_ControlDataLink)

Description
This component is used to make a control involving a single column... data aware.

Introduced Public Properties
BlobField  Direct reference to the TIB_ColumnBlob object to which this link is bound.
BlobID  Reference to the BLOBID that was last accessed in the DataChange notification.
Field  Direct reference to the TIB_Column object to which this link is bound.
FieldAlignment  The appropriate text alignment for display or editing depending on the...
FieldCharCase  The appropriate text case for display or editing depending on the...
FieldEditMask  The appropriate text editing mask for display or editing depending on the...
FieldMaxLength  The appropriate text length for display or editing depending on the...
FieldName  Name of the field to which this link is bound.
FieldText  The appropriate text for display or editing depending on the state and...
InvalidText  Text value displayed when there is no valid value from the datalink.
SearchWithMask  This makes it so that a control will continue to use the EditMask even when in search mode.

Introduced Public Methods
FieldIsValidChar   Returns whether or not the character is valid for the bound field.
FocusControl   Calling this method will attempt to bring the focus to the attached control.
Modify   Override of base Modify method.
UpdateData   Force any pending changes in the bound control to the dataset.