Class tshortcutcontroller

Unit

Declaration

type tshortcutcontroller = class(tmsecomponent, istatfile)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure updateaction(const aaction: taction); reintroduce;
Protected procedure dostatread(const reader: tstatreader); virtual;
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
Protected procedure statreading;
Protected procedure statread;
Protected function getstatvarname: msestring;
Protected function getstatpriority: integer;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure doafterupdate;

Properties

Published property actions: tshortcutactions read factions write setactions;
Published property sysshortcuts: tsysshortcuts read fsysshortcuts write setsysshortcuts;
Published property sysshortcuts1: tsysshortcuts read fsysshortcuts1 write setsysshortcuts1;
Published property assistiveshortcuts: tassistiveshortcuts read fassistiveshortcuts write setassistiveshortcuts;
Published property assistiveshortcuts1: tassistiveshortcuts read fassistiveshortcuts1 write setassistiveshortcuts1;
Published property statfile: tstatfile read fstatfile write setstatfile;
Published property statvarname: msestring read getstatvarname write fstatvarname;
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
Published property onafterupdate: shortcutcontrollereventty read fonafterupdate write fonafterupdate;

Description

Methods

Protected procedure updateaction(const aaction: taction); reintroduce;
 
Protected procedure dostatread(const reader: tstatreader); virtual;
 
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
 
Protected procedure statreading;
 
Protected procedure statread;
 
Protected function getstatvarname: msestring;
 
Protected function getstatpriority: integer;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure doafterupdate;
 

Properties

Published property actions: tshortcutactions read factions write setactions;
 
Published property sysshortcuts: tsysshortcuts read fsysshortcuts write setsysshortcuts;
 
Published property sysshortcuts1: tsysshortcuts read fsysshortcuts1 write setsysshortcuts1;
 
Published property assistiveshortcuts: tassistiveshortcuts read fassistiveshortcuts write setassistiveshortcuts;
 
Published property assistiveshortcuts1: tassistiveshortcuts read fassistiveshortcuts1 write setassistiveshortcuts1;
 
Published property statfile: tstatfile read fstatfile write setstatfile;
 
Published property statvarname: msestring read getstatvarname write fstatvarname;
 
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
 
Published property onafterupdate: shortcutcontrollereventty read fonafterupdate write fonafterupdate;
 

Generated by PasDoc 0.16.0.