Interface idesigner
Unit
Declaration
type idesigner = interface(inullinterface)
Description
No description available, ancestor inullinterface description follows
Hierarchy
- IInterface
- inullinterface
- idesigner
Overview
Methods
![]() |
procedure componentmodified(const component: tobject; const apropname: string = ''; const apropindex: int32 = -1); |
![]() |
function createcurrentcomponent(const module: tmsecomponent): tcomponent; |
![]() |
function hascurrentcomponent: boolean; |
![]() |
procedure addcomponent(const module: tmsecomponent; const acomponent: tcomponent); |
![]() |
procedure deleteselection(adoall: Boolean = False); |
![]() |
procedure deletecomponent(const acomponent: tcomponent); |
![]() |
procedure clearselection; |
![]() |
procedure selectcomponent(instance: tcomponent); |
![]() |
procedure setselections(const list: idesignerselections); |
![]() |
procedure noselection; |
![]() |
function getmethod(const name: string; const methodowner: tmsecomponent; const atype: ptypeinfo; const searchancestors: boolean): tmethod; |
![]() |
function getmethodname(const method: tmethod; const comp: tcomponent): string; |
![]() |
procedure changemethodname(const method: tmethod; newname: string; const atypeinfo: ptypeinfo); |
![]() |
function createmethod(const name: string; const module: tmsecomponent; const atype: ptypeinfo): tmethod; |
![]() |
procedure checkmethod(const method: tmethod; const name: string; const module: tmsecomponent; const atype: ptypeinfo); |
![]() |
function isownedmethod(const root: tcomponent; const method: tmethod): boolean; |
![]() |
function getcomponentname(const comp: tcomponent): string; |
![]() |
procedure validaterename(const acomponent: tcomponent; const curname, newname: string); |
![]() |
function getcomponentdispname(const comp: tcomponent): string; |
![]() |
function getclassname(const comp: tcomponent): string; |
![]() |
function getcomponent(const aname: string; const aroot: tcomponent): tcomponent; |
![]() |
function componentcanedit: boolean; |
![]() |
function getcomponenteditor: icomponenteditor; |
![]() |
function getcomponentlist(const acomponentclass: tcomponentclass; const filter: compfilterfuncty = nil; const allmodules: boolean = false): componentarty; |
![]() |
function getcomponentnamelist(const acomponents: componentarty; const amodule: tmsecomponent): msestringarty; overload; |
![]() |
function getcomponentnamelist(const acomponentclass: tcomponentclass; const includeinherited: boolean; const aowner: tcomponent = nil; const filter: compfilterfuncty = nil): msestringarty; overload; |
![]() |
function getcomponentnametree(const acomponentclass: tcomponentclass; const includeinherited: boolean; const findmode: boolean; const aowner: tcomponent = nil; const filter: compfilterfuncty = nil; const amodule: tcomponent = nil): tcompnameitem; |
![]() |
procedure setactivemodule(const adesignform: tcustommseform); |
![]() |
function getmodulex(const amodule: tmsecomponent): integer; |
![]() |
procedure setmodulex(const amodule: tmsecomponent; avalue: integer); |
![]() |
function getmoduley(const amodule: tmsecomponent): integer; |
![]() |
procedure setmoduley(const amodule: tmsecomponent; avalue: integer); |
![]() |
procedure modulesizechanged(const amodule: tmsecomponent); |
Description
Methods
![]() |
procedure componentmodified(const component: tobject; const apropname: string = ''; const apropindex: int32 = -1); |
![]() |
function createcurrentcomponent(const module: tmsecomponent): tcomponent; |
![]() |
function hascurrentcomponent: boolean; |
![]() |
procedure addcomponent(const module: tmsecomponent; const acomponent: tcomponent); |
![]() |
procedure deleteselection(adoall: Boolean = False); |
![]() |
procedure deletecomponent(const acomponent: tcomponent); |
![]() |
procedure clearselection; |
![]() |
procedure selectcomponent(instance: tcomponent); |
![]() |
procedure setselections(const list: idesignerselections); |
![]() |
procedure noselection; |
![]() |
function getmethod(const name: string; const methodowner: tmsecomponent; const atype: ptypeinfo; const searchancestors: boolean): tmethod; |
![]() |
function getmethodname(const method: tmethod; const comp: tcomponent): string; |
![]() |
procedure changemethodname(const method: tmethod; newname: string; const atypeinfo: ptypeinfo); |
![]() |
function createmethod(const name: string; const module: tmsecomponent; const atype: ptypeinfo): tmethod; |
![]() |
procedure checkmethod(const method: tmethod; const name: string; const module: tmsecomponent; const atype: ptypeinfo); |
![]() |
function isownedmethod(const root: tcomponent; const method: tmethod): boolean; |
![]() |
function getcomponentname(const comp: tcomponent): string; |
![]() |
procedure validaterename(const acomponent: tcomponent; const curname, newname: string); |
![]() |
function getcomponentdispname(const comp: tcomponent): string; |
![]() |
function getclassname(const comp: tcomponent): string; |
![]() |
function getcomponent(const aname: string; const aroot: tcomponent): tcomponent; |
![]() |
function componentcanedit: boolean; |
![]() |
function getcomponenteditor: icomponenteditor; |
![]() |
function getcomponentlist(const acomponentclass: tcomponentclass; const filter: compfilterfuncty = nil; const allmodules: boolean = false): componentarty; |
![]() |
function getcomponentnamelist(const acomponents: componentarty; const amodule: tmsecomponent): msestringarty; overload; |
![]() |
function getcomponentnamelist(const acomponentclass: tcomponentclass; const includeinherited: boolean; const aowner: tcomponent = nil; const filter: compfilterfuncty = nil): msestringarty; overload; |
![]() |
function getcomponentnametree(const acomponentclass: tcomponentclass; const includeinherited: boolean; const findmode: boolean; const aowner: tcomponent = nil; const filter: compfilterfuncty = nil; const amodule: tcomponent = nil): tcompnameitem; |
![]() |
procedure setactivemodule(const adesignform: tcustommseform); |
![]() |
function getmodulex(const amodule: tmsecomponent): integer; |
![]() |
procedure setmodulex(const amodule: tmsecomponent; avalue: integer); |
![]() |
function getmoduley(const amodule: tmsecomponent): integer; |
![]() |
procedure setmoduley(const amodule: tmsecomponent; avalue: integer); |
![]() |
procedure modulesizechanged(const amodule: tmsecomponent); |
Generated by PasDoc 0.16.0.
