TIWCGActionLink Class

Represents type TIWCGActionLink.

Namespace: IWCGJQCommon
TActionLink
  IWCGJQCommon.TIWCGActionLink
type
 TIWCGActionLink = class(TActionLink)
 end;

The TIWCGActionLink type exposes the following members.

Show:
 NameDescription
ActionControl

Represents property ActionControl.

Top
Show:
 NameDescription
AssignClient(TObject)

Represents method AssignClient(TObject).

IsCaptionLinked

Represents method IsCaptionLinked.

IsEnabledLinked

Represents method IsEnabledLinked.

IsHelpLinked

Represents method IsHelpLinked.

IsHintLinked

Represents method IsHintLinked.

IsImageIndexLinked

Represents method IsImageIndexLinked.

IsOnExecuteLinked

Represents method IsOnExecuteLinked.

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).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

Top