TIWCGControlActionLink Class

Represents type TIWCGControlActionLink.

Namespace: IWCGJQCommon
TControlActionLink
  IWCGJQCommon.TIWCGControlActionLink
type
 TIWCGControlActionLink = class(TControlActionLink)
 end;

The TIWCGControlActionLink type exposes the following members.

Show:
 NameDescription
ActionControl

Represents property ActionControl.

Top
Show:
 NameDescription
AssignClient(TObject)

Represents method AssignClient(TObject).

IsCaptionLinked

Represents method IsCaptionLinked.

IsCheckedLinked

Represents method IsCheckedLinked.

IsEnabledLinked

Represents method IsEnabledLinked.

IsGroupIndexLinked

Represents method IsGroupIndexLinked.

IsHelpContextLinked

Represents method IsHelpContextLinked.

IsHelpLinked

Represents method IsHelpLinked.

IsHintLinked

Represents method IsHintLinked.

IsImageIndexLinked

Represents method IsImageIndexLinked.

IsOnExecuteLinked

Represents method IsOnExecuteLinked.

IsShortCutLinked

Represents method IsShortCutLinked.

IsVisibleLinked

Represents method IsVisibleLinked.

SetCaption(string)

Represents method SetCaption(string).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetHint(string)

Represents method SetHint(string).

SetImageIndex(Integer)

Represents method SetImageIndex(Integer).

SetOnExecute(TNotifyEvent)

Represents method SetOnExecute(TNotifyEvent).

SetShortCut(TShortCut)

Represents method SetShortCut(TShortCut).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

Top