Class tcustomhelpcontroller
Unit
Declaration
type tcustomhelpcontroller = class(tmsecomponent)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tcustomhelpcontroller
Overview
Methods
| Protected | procedure dohelp(const sender: tmsecomponent; var handled: boolean); virtual; |
| Protected | procedure doshortcut(const sender: twidget; var keyinfo: keyeventinfoty); |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
Properties
| Public | property onhelp: helpcontrollereventty read fonhelp write fonhelp; |
| Public | property onhelp1: helpcontrollerprocty read fonhelp1 write fonhelp1; |
| Public | property shortcut: shortcutty read fshortcut write setshortcut
default ord(key_none) ; |
| Public | property shortcut1: shortcutty read fshortcut1 write setshortcut1
default ord(key_none); |
Description
Methods
| Protected | procedure dohelp(const sender: tmsecomponent; var handled: boolean); virtual; |
|
This item has no description. | |
| Protected | procedure doshortcut(const sender: twidget; var keyinfo: keyeventinfoty); |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
Properties
| Public | property onhelp: helpcontrollereventty read fonhelp write fonhelp; |
|
This item has no description. | |
| Public | property onhelp1: helpcontrollerprocty read fonhelp1 write fonhelp1; |
|
This item has no description. | |
| Public | property shortcut: shortcutty read fshortcut write setshortcut
default ord(key_none) ; |
|
This item has no description. | |
| Public | property shortcut1: shortcutty read fshortcut1 write setshortcut1
default ord(key_none); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.