[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'mseact' (#msegui)

tcustomaction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mseact.pas line 155

type tcustomaction = class(tactcomponent, istatfile, iifiexeclink)

public

  constructor create(); override;

  destructor destroy; override;

  procedure doupdate;

  procedure execute();

  procedure asyncexecute;

  procedure updateinfo();

  property caption: captionty; [rw]

  property state: actionstatesty; [rw]

  property visible: Boolean; [rw]

  property enabled: Boolean; [rw]

  property checked: Boolean; [rw]

  property group: Integer; [rw]

  property imagenr: imagenrty; [rw]

  property imagenrdisabled: imagenrty; [rw]

  property colorglyph: colorty; [rw]

  property color: colorty; [rw]

  property imagecheckedoffset: Integer; [rw]

  property hint: msestring; [rw]

  property tagaction: Integer; [rw]

  property options: actionoptionsty; [rw]

  property statfile: tstatfile; [rw]

  property statvarname: msestring; [rw]

  property statpriority: Integer; [rw]

  property ifilink: tifiactionlinkcomp; [rw]

  property onexecute: notifyeventty; [rw]

  property onbeforeexecute: accepteventty; [rw]

  property onafterexecute: notifyeventty; [rw]

  property onexecuteaction: actioneventty; [rw]

  property onupdate: actioneventty; [rw]

  property onchange: notifyeventty; [rw]

  property onasyncevent: asynceventty; [rw]

end;

Inheritance

tcustomaction,istatfile,iifiexeclink

|

tactcomponent,iactivatorclient

|

tmsecomponent,ievent,iificommand,iificlient

|

tcomponent

?

TObject


Documentation generated on: 2021-05-13