Unit msedesignintf

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record componentclassinfoty  
Record comppagety  
Class tcomponentclasslist  
Interface idesignerselections  
Interface icomponenteditor  
Interface idesigner  
Interface idesignnotification  
Record selectedinfoty  
Record objinfoty  
Class tdesignerselections  
Class tdesignnotifications  
Record unitgroupinfoty  
Class tunitgroups  
Record designmoduleintfty  

Functions and Procedures

procedure registercomponents(const page: msestring; const componentclasses: array of tcomponentclass);
procedure registercomponenttabhints(const pages: array of msestring; const hints: array of msestring);
function registeredcomponents: tcomponentclasslist;
function unitgroups: tunitgroups;
procedure registerunitgroup(const adependents,agroup: array of string);
function designnotifications: tdesignnotifications;
procedure setcomponentpos(const component: tcomponent; const pos: pointty);
function getcomponentpos(const component: tcomponent): pointty;

Types

initcomponentprocty = procedure(const acomponent: tcomponent; const aparent: tcomponent) of object;
pcomponentclassinfoty = ˆcomponentclassinfoty;
comppagearty = array of comppagety;
componenteditorstatety = (...);
componenteditorstatesty = set of componenteditorstatety;
compfilterfuncty = function(const acomponent: tcomponent): boolean of object;
pselectedinfoty = ˆselectedinfoty;
objinfoarty = array of objinfoty;
punitgroupinfoty = ˆunitgroupinfoty;
createdesignmodulefuncty = function(const aclass: tclass; const aclassname: pshortstring): tmsecomponent;
initdesigncomponentprocty = procedure(const amodule: tcomponent; const acomponent: tcomponent);
getdesignscalefuncty = function(const amodule: tcomponent): real;
sourcetoformfuncty = function(const amodule: tmsecomponent; const source: trichstringdatalist): boolean;
pdesignmoduleintfty = ˆdesignmoduleintfty;

Constants

defaultmoduleclassname = 'tmseform';

Description

Functions and Procedures

procedure registercomponents(const page: msestring; const componentclasses: array of tcomponentclass);

This item has no description.

procedure registercomponenttabhints(const pages: array of msestring; const hints: array of msestring);

This item has no description.

function registeredcomponents: tcomponentclasslist;

This item has no description.

function unitgroups: tunitgroups;

This item has no description.

procedure registerunitgroup(const adependents,agroup: array of string);

This item has no description.

function designnotifications: tdesignnotifications;

This item has no description.

procedure setcomponentpos(const component: tcomponent; const pos: pointty);

This item has no description.

function getcomponentpos(const component: tcomponent): pointty;

This item has no description.

Types

initcomponentprocty = procedure(const acomponent: tcomponent; const aparent: tcomponent) of object;

This item has no description.

pcomponentclassinfoty = ˆcomponentclassinfoty;

This item has no description.

comppagearty = array of comppagety;

This item has no description.

componenteditorstatety = (...);

This item has no description.

Values
  • cs_canedit
componenteditorstatesty = set of componenteditorstatety;

This item has no description.

compfilterfuncty = function(const acomponent: tcomponent): boolean of object;

This item has no description.

pselectedinfoty = ˆselectedinfoty;

This item has no description.

objinfoarty = array of objinfoty;

This item has no description.

punitgroupinfoty = ˆunitgroupinfoty;

This item has no description.

createdesignmodulefuncty = function(const aclass: tclass; const aclassname: pshortstring): tmsecomponent;

This item has no description.

initdesigncomponentprocty = procedure(const amodule: tcomponent; const acomponent: tcomponent);

This item has no description.

getdesignscalefuncty = function(const amodule: tcomponent): real;

This item has no description.

sourcetoformfuncty = function(const amodule: tmsecomponent; const source: trichstringdatalist): boolean;

This item has no description.

pdesignmoduleintfty = ˆdesignmoduleintfty;

This item has no description.

Constants

defaultmoduleclassname = 'tmseform';

This item has no description.


Generated by PasDoc 0.17.0.snapshot.