Class tdockpanelformcontroller
Unit
Declaration
type tdockpanelformcontroller = class(tmsecomponent, istatfile)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tdockpanelformcontroller
Overview
Methods
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty) override; |
| 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 | function newpanel(aname: string = ''): tdockpanelform; |
| Public | procedure updatewindowcaptions(const avalue: msestring); |
| Public | procedure removepanels; |
| Public | function createdynamiccomp(const aclassname: string): tmsecomponent; |
| Public | function createdynamiccomp( const aclass: msecomponentclassty): tmsecomponent; |
| Public | function createdynamicwidget(const aclass: widgetclassty): twidget; |
| Public | procedure registerdynamiccomp(const acomp: tmsecomponent); |
| Public | procedure unregisterdynamiccomp(const acomp: tmsecomponent); |
Properties
| Public | property dynamiccomps: msecomponentarty read fdynamiccomps; |
| Published | property menu: tcustommenu read fmenu write setmenu; |
| 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 defaultdockstatprio; |
| Published | property statfileclients: tstatfilearrayprop read fstatfileclients
write setstatfileclients; |
| Published | property statfileclient: tstatfile read fstatfileclient
write setstatfileclient; |
| Published | property menunamepath: string read fmenunamepath write fmenunamepath; |
| Published | property caption: msestring read fcaption write fcaption; |
| Published | property dockingareacaption: msestring read fdockingareacaption
write fdockingareacaption; |
| Published | property optionsdock: optionsdockty read foptionsdock
write foptionsdock default defaultdockpaneloptionsdock; |
| Published | property optionsgrip: gripoptionsty read foptionsgrip
write foptionsgrip default defaultdockpanelgripoptions; |
| Published | property onupdatecaption: dockpanelupdatecaptioneventty
read fonupdatecaption write fonupdatecaption; |
| Published | property onupdatemenu: dockpanelupdatemenueventty
read fonupdatemenu write fonupdatemenu; |
| Published | property oncreatepanel: createpaneleventty read foncreatepanel
write foncreatepanel; |
| Published | property oncreatedynamiccomp: createdynamiccompeventty
read foncreatedynamiccomp write foncreatedynamiccomp; |
| Published | property onregisterdynamiccomp: dynamiccompeventty
read fonregisterdynamiccomp write fonregisterdynamiccomp; |
| Published | property onunregisterdynamiccomp: dynamiccompeventty
read fonunregisterdynamiccomp write fonunregisterdynamiccomp; |
Description
Methods
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty) override; |
|
This item has no description. | |
| Protected | procedure dostatread(const reader: tstatreader); virtual; |
|
This item has no description. | |
| Protected | procedure dostatwrite(const writer: tstatwriter); virtual; |
|
This item has no description. | |
| Protected | procedure statreading; |
|
This item has no description. | |
| Protected | procedure statread; |
|
This item has no description. | |
| Protected | function getstatvarname: msestring; |
|
This item has no description. | |
| Protected | function getstatpriority: integer; |
|
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. | |
| Public | function newpanel(aname: string = ''): tdockpanelform; |
|
This item has no description. | |
| Public | procedure updatewindowcaptions(const avalue: msestring); |
|
This item has no description. | |
| Public | procedure removepanels; |
|
This item has no description. | |
| Public | function createdynamiccomp(const aclassname: string): tmsecomponent; |
|
This item has no description. | |
| Public | function createdynamiccomp( const aclass: msecomponentclassty): tmsecomponent; |
|
This item has no description. | |
| Public | function createdynamicwidget(const aclass: widgetclassty): twidget; |
|
This item has no description. | |
| Public | procedure registerdynamiccomp(const acomp: tmsecomponent); |
|
This item has no description. | |
| Public | procedure unregisterdynamiccomp(const acomp: tmsecomponent); |
|
This item has no description. | |
Properties
| Public | property dynamiccomps: msecomponentarty read fdynamiccomps; |
|
This item has no description. | |
| Published | property menu: tcustommenu read fmenu write setmenu; |
|
This item has no description. | |
| Published | property statfile: tstatfile read fstatfile write setstatfile; |
|
This item has no description. | |
| Published | property statvarname: msestring read getstatvarname write fstatvarname; |
|
This item has no description. | |
| Published | property statpriority: integer read fstatpriority
write fstatpriority default defaultdockstatprio; |
|
This item has no description. | |
| Published | property statfileclients: tstatfilearrayprop read fstatfileclients
write setstatfileclients; |
|
This item has no description. | |
| Published | property statfileclient: tstatfile read fstatfileclient
write setstatfileclient; |
|
This item has no description. | |
| Published | property menunamepath: string read fmenunamepath write fmenunamepath; |
|
This item has no description. | |
| Published | property caption: msestring read fcaption write fcaption; |
|
This item has no description. | |
| Published | property dockingareacaption: msestring read fdockingareacaption
write fdockingareacaption; |
|
This item has no description. | |
| Published | property optionsdock: optionsdockty read foptionsdock
write foptionsdock default defaultdockpaneloptionsdock; |
|
This item has no description. | |
| Published | property optionsgrip: gripoptionsty read foptionsgrip
write foptionsgrip default defaultdockpanelgripoptions; |
|
This item has no description. | |
| Published | property onupdatecaption: dockpanelupdatecaptioneventty
read fonupdatecaption write fonupdatecaption; |
|
This item has no description. | |
| Published | property onupdatemenu: dockpanelupdatemenueventty
read fonupdatemenu write fonupdatemenu; |
|
This item has no description. | |
| Published | property oncreatepanel: createpaneleventty read foncreatepanel
write foncreatepanel; |
|
This item has no description. | |
| Published | property oncreatedynamiccomp: createdynamiccompeventty
read foncreatedynamiccomp write foncreatedynamiccomp; |
|
This item has no description. | |
| Published | property onregisterdynamiccomp: dynamiccompeventty
read fonregisterdynamiccomp write fonregisterdynamiccomp; |
|
This item has no description. | |
| Published | property onunregisterdynamiccomp: dynamiccompeventty
read fonunregisterdynamiccomp write fonunregisterdynamiccomp; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.