TIWCGCheckDataLink Class
Represents type TIWCGCheckDataLink
.
IWCGJQCommon.TIWCGDataLink
IWCGJQCommon.TIWCGFieldDataLink
IWCGJQCheckBox.TIWCGCheckDataLink
type TIWCGCheckDataLink = class(TIWCGFieldDataLink) end;
The TIWCGCheckDataLink type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TPersistent) | Initializes a new instance of the TIWCGFieldDataLink class. (Overrides TIWCGDataLink.Create(TPersistent).) |
Name | Description | |
---|---|---|
![]() | CanModify | Represents property |
![]() | ControlsEnabled | Represents property |
![]() | DataSource | The DataSource of the Control (Inherited from TIWCGDataLink.) |
![]() | DBContainer | Represents property |
![]() | Editing | Represents property |
![]() | FalseValue | Represents property |
![]() | Field | Represents property |
![]() | FieldName | The FieldName of the Control. (Inherited from TIWCGFieldDataLink.) |
![]() | OnUpdateControl | This event is called when DataLink needs to refresh the Control Data. (Inherited from TIWCGFieldDataLink.) |
![]() | OnUpdateField | This event is called when DataLink needs to udpate the Field data, from the Control Data, when an update or insert is in course. (Inherited from TIWCGFieldDataLink.) |
![]() | Owner | Represents property |
![]() | StateChangeOperation | This what should be done to the control when the dataset is in Browse Mode: – scoEnable: Enables the control if the DataSet is editing/inserting, and disables it if DataSet is in browse Mode. – scoReadOnly: If supported by the Control, puts it ReadOnly in browse mode, and writable in editiion modes. – scoNone: Don't do anything to the Control, regardless its state. (Inherited from TIWCGFieldDataLink.) |
![]() | StateEditCss | This css class will be applied when DataLink is in editing, and removed when is not in editing. (Inherited from TIWCGFieldDataLink.) |
![]() | TrueValue | Represents property |
Name | Description | |
---|---|---|
![]() | ActiveChanged | Represents method |
![]() | Assign(TPersistent) | Represents method |
![]() | CheckRemove(TComponent) | Represents method |
![]() | DataEvent(TDataEvent,NativeInt) | Represents method |
![]() | EditingChanged | Represents method |
![]() | FocusControl(TFieldRef) | Represents method |
![]() | GetOwner | Represents method |
![]() | LayoutChanged | Represents method |
![]() | RecordChanged(TField) | Represents method |
![]() | SetFieldText(string) | Represents method |
![]() | Update | Represents method |
![]() | UpdateData | Represents method |