Class tdockpanelformcontroller

Unit

Declaration

type tdockpanelformcontroller = class(tmsecomponent, istatfile)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

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;
 
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;
 

Generated by PasDoc 0.16.0.