Unit mseforms
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class tformscrollbox |
|
Class tcustommseform |
|
Class tmseformwidget |
|
Class tmseform |
|
Class tmainform |
|
Class tformdockcontroller |
|
Class tcustomdockform |
|
Class tdockformwidget |
|
Class tdockform |
|
Class tdockformscrollbox |
|
Class tsubform |
|
Class tscrollboxform |
|
Class ttabformfonttab |
|
Class ttabformfontactivetab |
|
Class ttabform |
Functions and Procedures
function createmseform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createmainform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createsubform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createscrollboxform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createtabform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
Types
formoptionty = (...); |
formoptionsty = set of formoptionty; |
closequeryeventty = procedure(const sender: tcustommseform; var amodalresult: modalresultty) of object; |
syseventeventty = procedure(const sender: tcustommseform; var aevent: syseventty; var handled: boolean) of object; |
formstatety = (...); |
formstatesty = set of formstatety; |
optionsizingty = (...); |
optionssizingty = set of optionsizingty; |
custommseformclassty = class of tcustommseform; |
mainformclassty = class of tmainform; |
optiondockformty = (...); |
optionsdockformty = set of optiondockformty; |
subformclassty = class of tsubform; |
scrollboxformclassty = class of tscrollboxform; |
tabformclassty = class of ttabform; |
Constants
Description
Functions and Procedures
function createmseform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createmainform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createsubform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createscrollboxform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function createtabform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
Types
formoptionty = (...); |
Values
|
formoptionsty = set of formoptionty; |
closequeryeventty = procedure(const sender: tcustommseform; var amodalresult: modalresultty) of object; |
syseventeventty = procedure(const sender: tcustommseform; var aevent: syseventty; var handled: boolean) of object; |
formstatety = (...); |
Values
|
formstatesty = set of formstatety; |
optionsizingty = (...); |
Values
|
optionssizingty = set of optionsizingty; |
custommseformclassty = class of tcustommseform; |
mainformclassty = class of tmainform; |
optiondockformty = (...); |
Values
|
optionsdockformty = set of optiondockformty; |
subformclassty = class of tsubform; |
scrollboxformclassty = class of tscrollboxform; |
tabformclassty = class of ttabform; |
Constants
defaultformoptions = [fo_autoreadstat,fo_autowritestat,
fo_savepos,fo_savezorder,fo_savestate]; |
defaultmainformoptions = defaultformoptions + [fo_main,fo_terminateonclose]; |
defaultmainformoptionswindow = [wo_groupleader,wo_taskbar]; |
defaultformwidgetoptions = (defaultoptionswidgetmousewheel -
[]) + [ow_subfocus,ow_hinton]; |
defaultcontaineroptionswidget = defaultoptionswidgetmousewheel +
[ow_subfocus,ow_mousetransparent]; |
defaultoptionsdockform = [odf_childicons,odf_mainchildicon,odf_maintaskbar,
odf_mainmainwindow]; |
Generated by PasDoc 0.16.0.