TIWCGFieldDataLink Class

Represents type TIWCGFieldDataLink.

Namespace: IWCGJQCommon
type
 TIWCGFieldDataLink = class(TIWCGDataLink)
 end;

The TIWCGFieldDataLink type exposes the following members.

Show:
 NameDescription
Create(TPersistent)

Initializes a new instance of the TIWCGFieldDataLink class. (Overrides TIWCGDataLink.Create(TPersistent).)

Top
Show:
 NameDescription
CanModify

Represents property CanModify.

ControlsEnabled

Represents property ControlsEnabled. (Inherited from TIWCGDataLink.)

DataSource

The DataSource of the Control (Inherited from TIWCGDataLink.)

DBContainer

Represents property DBContainer. (Inherited from TIWCGDataLink.)

Editing

Represents property Editing.

Field

Represents property Field.

FieldName

The FieldName of the Control.

OnUpdateControl

This event is called when DataLink needs to refresh the Control Data.

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.

Owner

Represents property Owner. (Inherited from TIWCGDataLink.)

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.

StateEditCss

This css class will be applied when DataLink is in editing, and removed when is not in editing.

Top
Show:
 NameDescription
ActiveChanged

Represents method ActiveChanged.

Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TIWCGDataLink.)

CheckRemove(TComponent)

Represents method CheckRemove(TComponent). (Inherited from TIWCGDataLink.)

DataEvent(TDataEvent,NativeInt)

Represents method DataEvent(TDataEvent,NativeInt).

EditingChanged

Represents method EditingChanged.

FocusControl(TFieldRef)

Represents method FocusControl(TFieldRef).

GetOwner

Represents method GetOwner. (Inherited from TIWCGDataLink.)

LayoutChanged

Represents method LayoutChanged.

RecordChanged(TField)

Represents method RecordChanged(TField).

SetFieldText(string)

Represents method SetFieldText(string).

Update

Represents method Update.

UpdateData

Represents method UpdateData.

Top