Unit mseforms
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
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]; |
Description
Functions and Procedures
function createmseform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
|
This item has no description. |
function createmainform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
|
This item has no description. |
function createsubform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
|
This item has no description. |
function createscrollboxform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
|
This item has no description. |
function createtabform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
|
This item has no description. |
Types
formoptionty = (...); |
|
This item has no description. Values
-
fo_main
-
fo_terminateonclose
-
fo_freeonclose
-
fo_windowclosecancel
-
fo_defaultpos
-
fo_screencentered
-
fo_screencenteredvirt
-
fo_transientforcentered
-
fo_mainwindowcentered
-
fo_modal
-
fo_createmodal
-
fo_minimized
-
fo_maximized
-
fo_fullscreen
-
fo_fullscreenvirt
-
fo_closeonesc
-
fo_cancelonesc
-
fo_closeonenter
-
fo_closeonf10
-
fo_keycloseifwinonly
-
fo_nowindowclose
-
fo_globalshortcuts
-
fo_localshortcuts
-
fo_autoreadstat
-
fo_delayedreadstat
-
fo_autowritestat
-
fo_savepos
-
fo_savezorder
-
fo_savestate
|
formoptionsty = set of formoptionty; |
|
This item has no description. |
syseventeventty = procedure(const sender: tcustommseform; var aevent: syseventty; var handled: boolean) of object; |
|
This item has no description. |
formstatety = (...); |
|
This item has no description. Values
|
formstatesty = set of formstatety; |
|
This item has no description. |
optionsizingty = (...); |
|
This item has no description. Values
-
osi_left
-
osi_top
-
osi_right
-
osi_bottom
|
optionssizingty = set of optionsizingty; |
|
This item has no description. |
custommseformclassty = class of tcustommseform; |
|
This item has no description. |
mainformclassty = class of tmainform; |
|
This item has no description. |
optiondockformty = (...); |
|
This item has no description. Values
-
odf_main
-
odf_childicons
-
odf_mainchildicon
-
odf_maintaskbar
-
odf_mainmainwindow
|
subformclassty = class of tsubform; |
|
This item has no description. |
scrollboxformclassty = class of tscrollboxform; |
|
This item has no description. |
tabformclassty = class of ttabform; |
|
This item has no description. |
Constants
Generated by PasDoc 0.17.0.snapshot.