Class tshortcutaction

Unit

Declaration

type tshortcutaction = class(townedeventpersistent, iactionlink)

Description

No description available, ancestor townedeventpersistent description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Methods

Protected function getshortcutdefault: shortcutty;
Protected procedure setshortcutdefault(const avalue: shortcutty);
Protected function getshortcut1default: shortcutty;
Protected procedure setshortcut1default(const avalue: shortcutty);
Protected procedure defineproperties(filer: tfiler); override;

Properties

Public property shortcutsdefault: shortcutarty read finfo.shortcut write setshortcuts;
Public property shortcuts1default: shortcutarty read finfo.shortcut1 write setshortcuts1;
Published property action: taction read faction write setaction;
Published property shortcutdefault: shortcutty read getshortcutdefault write setshortcutdefault stored false default 0;
Published property shortcut1default: shortcutty read getshortcut1default write setshortcut1default stored false default 0;
Published property dispname: msestring read fdispname write fdispname;
Published property hint: msestring read finfo.hint write finfo.hint;

Description

Methods

Protected function getshortcutdefault: shortcutty;
 
Protected procedure setshortcutdefault(const avalue: shortcutty);
 
Protected function getshortcut1default: shortcutty;
 
Protected procedure setshortcut1default(const avalue: shortcutty);
 
Protected procedure defineproperties(filer: tfiler); override;
 

Properties

Public property shortcutsdefault: shortcutarty read finfo.shortcut write setshortcuts;
 
Public property shortcuts1default: shortcutarty read finfo.shortcut1 write setshortcuts1;
 
Published property action: taction read faction write setaction;
 
Published property shortcutdefault: shortcutty read getshortcutdefault write setshortcutdefault stored false default 0;
 
Published property shortcut1default: shortcutty read getshortcut1default write setshortcut1default stored false default 0;
 
Published property dispname: msestring read fdispname write fdispname;
 
Published property hint: msestring read finfo.hint write finfo.hint;
 

Generated by PasDoc 0.16.0.