TIB_ControlDataLink Object
Properties

Unit
IB_Components

Declaration
TIB_ControlDataLink = class(TIB_DataLink)

Description
This component is used to make a TWinControl based control data aware.

Introduced Public Properties
Control  The control to which the data is bound.
ControlIsModified  The contents of the control need to be saved to the dataset.
ControlIsReadOnly  This control is set to prevent all cases of modifications.
ControlPreventsDeleting  The control should prevent the dataset from going into dssDelete state.
ControlPreventsEditing  The control should prevent modifications when in dssEdit state.
ControlPreventsInserting  The control should prevent modifications when in dssInsert state.
ControlPreventsSearching  The control should prevent modifications when in dssSearch state.