Class taction
Unit
Declaration
type taction = class(tcustomaction, iimagelistinfo, iactionlink)
Description
No description available, ancestor tcustomaction description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tactcomponent
- tcustomaction
- taction
Overview
Methods
![]() |
procedure registeronshortcut(const avalue: boolean); override; |
![]() |
procedure doshortcut(const sender: twidget; var keyinfo: keyeventinfoty); |
![]() |
procedure doafterunlink; override; |
![]() |
procedure defineproperties(filer: tfiler); override; |
Properties
![]() |
property shortcuts: shortcutarty read finfo.shortcut write setshortcuts; |
![]() |
property shortcuts1: shortcutarty read finfo.shortcut1 write setshortcuts1; |
![]() |
property imagelist: timagelist read getimagelist write setimagelist; |
![]() |
property shortcut: shortcutty read getshortcut write setshortcut
stored false default ord(key_none) ; |
![]() |
property shortcut1: shortcutty read getshortcut1 write setshortcut1
stored false default ord(key_none); |
![]() |
property caption; |
![]() |
property state; |
![]() |
property group; |
![]() |
property tagaction; |
![]() |
property imagenr; |
![]() |
property imagenrdisabled; |
![]() |
property colorglyph; |
![]() |
property color; |
![]() |
property imagecheckedoffset; |
![]() |
property hint; |
![]() |
property statfile; |
![]() |
property statvarname; |
![]() |
property statpriority; |
![]() |
property options; |
![]() |
property onexecute; |
![]() |
property onbeforeexecute; |
![]() |
property onafterexecute; |
![]() |
property onexecuteaction; |
![]() |
property onupdate; |
![]() |
property onchange; |
![]() |
property onasyncevent; |
![]() |
property ifilink; |
Description
Methods
![]() |
procedure registeronshortcut(const avalue: boolean); override; |
![]() |
procedure doshortcut(const sender: twidget; var keyinfo: keyeventinfoty); |
![]() |
procedure doafterunlink; override; |
![]() |
procedure defineproperties(filer: tfiler); override; |
Properties
![]() |
property shortcuts: shortcutarty read finfo.shortcut write setshortcuts; |
![]() |
property shortcuts1: shortcutarty read finfo.shortcut1 write setshortcuts1; |
![]() |
property imagelist: timagelist read getimagelist write setimagelist; |
![]() |
property shortcut: shortcutty read getshortcut write setshortcut
stored false default ord(key_none) ; |
![]() |
property shortcut1: shortcutty read getshortcut1 write setshortcut1
stored false default ord(key_none); |
![]() |
property caption; |
![]() |
property state; |
![]() |
property group; |
![]() |
property tagaction; |
![]() |
property imagenr; |
![]() |
property imagenrdisabled; |
![]() |
property colorglyph; |
![]() |
property color; |
![]() |
property imagecheckedoffset; |
![]() |
property hint; |
![]() |
property statfile; |
![]() |
property statvarname; |
![]() |
property statpriority; |
![]() |
property options; |
![]() |
property onexecute; |
![]() |
property onbeforeexecute; |
![]() |
property onafterexecute; |
![]() |
property onexecuteaction; |
![]() |
property onupdate; |
![]() |
property onchange; |
![]() |
property onasyncevent; |
![]() |
property ifilink; |
Generated by PasDoc 0.16.0.


