TAction Class

Represents type TAction.

Namespace: System.UI.ActionList
TComponent
  System.UI.ActionList.TAction
type
 TAction = class sealed(TComponent)
 end;

The TAction type exposes the following members.

Show:
 NameDescription
AutoCheck

Represents property AutoCheck.

Caption

Represents property Caption.

Checked

Represents property Checked.

Enabled

Represents property Enabled.

Hint

Represents property Hint.

ImageIndex

Represents property ImageIndex.

Name

Represents property Name.

ShortCut

Represents property ShortCut.

Visible

Represents property Visible.

Top
Show:
 NameDescription
Execute

Represents method Execute.

GetAutoCheck

Represents method GetAutoCheck.

GetCaption

Represents method GetCaption.

GetChecked

Represents method GetChecked.

GetEnabled

Represents method GetEnabled.

GetHint

Represents method GetHint.

GetImageIndex

Represents method GetImageIndex.

GetName

Represents method GetName.

GetShortCut

Represents method GetShortCut.

GetVisible

Represents method GetVisible.

SetAutoCheck(Boolean)

Represents method SetAutoCheck(Boolean).

SetImageIndex(Integer)

Represents method SetImageIndex(Integer).

SetOnExecute(TActionEvent)

Represents method SetOnExecute(TActionEvent).

SetOnUpdate(TActionEvent)

Represents method SetOnUpdate(TActionEvent).

Update

Represents method Update.

Top
Show:
 NameDescription
OnExecute

Represents property OnExecute.

OnUpdate

Represents property OnUpdate.

Top