Class tshortcutcontroller
Unit
Declaration
type tshortcutcontroller = class(tmsecomponent, istatfile)
Description
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tshortcutcontroller
Overview
Methods
procedure updateaction(const aaction: taction); reintroduce; |
|
procedure dostatread(const reader: tstatreader); virtual; |
|
procedure dostatwrite(const writer: tstatwriter); virtual; |
|
procedure statreading; |
|
procedure statread; |
|
function getstatvarname: msestring; |
|
function getstatpriority: integer; |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure doafterupdate; |
Properties
property actions: tshortcutactions read factions write setactions; |
|
property sysshortcuts: tsysshortcuts read fsysshortcuts
write setsysshortcuts; |
|
property sysshortcuts1: tsysshortcuts read fsysshortcuts1
write setsysshortcuts1; |
|
property assistiveshortcuts: tassistiveshortcuts read fassistiveshortcuts
write setassistiveshortcuts; |
|
property assistiveshortcuts1: tassistiveshortcuts read fassistiveshortcuts1
write setassistiveshortcuts1; |
|
property statfile: tstatfile read fstatfile write setstatfile; |
|
property statvarname: msestring read getstatvarname write fstatvarname; |
|
property statpriority: integer read fstatpriority
write fstatpriority default 0; |
|
property onafterupdate: shortcutcontrollereventty read fonafterupdate
write fonafterupdate; |
Description
Methods
procedure updateaction(const aaction: taction); reintroduce; |
|
procedure dostatread(const reader: tstatreader); virtual; |
|
procedure dostatwrite(const writer: tstatwriter); virtual; |
|
procedure statreading; |
|
procedure statread; |
|
function getstatvarname: msestring; |
|
function getstatpriority: integer; |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure doafterupdate; |
|
Properties
property actions: tshortcutactions read factions write setactions; |
|
property sysshortcuts: tsysshortcuts read fsysshortcuts
write setsysshortcuts; |
|
property sysshortcuts1: tsysshortcuts read fsysshortcuts1
write setsysshortcuts1; |
|
property assistiveshortcuts: tassistiveshortcuts read fassistiveshortcuts
write setassistiveshortcuts; |
|
property assistiveshortcuts1: tassistiveshortcuts read fassistiveshortcuts1
write setassistiveshortcuts1; |
|
property statfile: tstatfile read fstatfile write setstatfile; |
|
property statvarname: msestring read getstatvarname write fstatvarname; |
|
property statpriority: integer read fstatpriority
write fstatpriority default 0; |
|
property onafterupdate: shortcutcontrollereventty read fonafterupdate
write fonafterupdate; |
|
Generated by PasDoc 0.16.0.