IIWCGActionControl Interface

Represents type IIWCGActionControl.

Namespace: IWCGJQCommon
type
 IIWCGActionControl = interface
 ['{7A63B94E-25A7-49CD-80C2-4EEEDF2E14D4}']
 end;

The IIWCGActionControl type exposes the following members.

Show:
 NameDescription
ControlCaption

Represents property ControlCaption.

ControlEnabled

Represents property ControlEnabled.

ControlHint

Represents property ControlHint.

ControlImageIndex

Represents property ControlImageIndex.

ControlOnClick

Represents property ControlOnClick.

ControlShortCut

Represents property ControlShortCut.

ControlVisible

Represents property ControlVisible.

Top
Show:
 NameDescription
GetControlCaption

Represents method GetControlCaption.

GetControlEnabled

Represents method GetControlEnabled.

GetControlHint

Represents method GetControlHint.

GetControlImageIndex

Represents method GetControlImageIndex.

GetControlOnClick

Represents method GetControlOnClick.

GetControlShortCut

Represents method GetControlShortCut.

GetControlVisible

Represents method GetControlVisible.

SetControlCaption(string)

Represents method SetControlCaption(string).

SetControlEnabled(Boolean)

Represents method SetControlEnabled(Boolean).

SetControlHint(string)

Represents method SetControlHint(string).

SetControlImageIndex(TImageIndex)

Represents method SetControlImageIndex(TImageIndex).

SetControlOnClick(TNotifyEvent)

Represents method SetControlOnClick(TNotifyEvent).

SetControlShortCut(TShortCut)

Represents method SetControlShortCut(TShortCut).

SetControlVisible(Boolean)

Represents method SetControlVisible(Boolean).

Top