Unit msesplitter
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class texpandingwidget |
|
Class tcustomsplitter |
|
Class tsplitter |
|
Class tcustomspacer |
|
Class tspacer |
|
Record widgetlayoutinfoty |
|
Class tcustomlayouter |
|
Class tlayouter |
Types
splitteroptionty = (...); |
splitteroptionsty = set of splitteroptionty; |
splitterstatety = (...); |
splitterstatesty = set of splitterstatety; |
spaceroptionty = (...); |
spaceroptionsty = set of spaceroptionty; |
layoutoptionty = (...); |
layoutoptionsty = set of layoutoptionty; |
placeoptionty = (...); |
placeoptionsty = set of placeoptionty; |
pwidgetlayoutinfoty = ˆwidgetlayoutinfoty; |
widgetlayoutinfoarty = array of widgetlayoutinfoty; |
layouterstatety = (...); |
layouterstatesty = set of layouterstatety; |
layoutereventty = procedure(const sender: tcustomlayouter) of object; |
Constants
Description
Types
splitteroptionty = (...); |
|
This item has no description. Values
|
splitteroptionsty = set of splitteroptionty; |
|
This item has no description. |
splitterstatety = (...); |
|
This item has no description. Values
|
splitterstatesty = set of splitterstatety; |
|
This item has no description. |
spaceroptionty = (...); |
|
This item has no description. Values
|
spaceroptionsty = set of spaceroptionty; |
|
This item has no description. |
layoutoptionty = (...); |
|
This item has no description. Values
|
layoutoptionsty = set of layoutoptionty; |
|
This item has no description. |
placeoptionty = (...); |
|
This item has no description. Values
|
placeoptionsty = set of placeoptionty; |
|
This item has no description. |
pwidgetlayoutinfoty = ˆwidgetlayoutinfoty; |
|
This item has no description. |
widgetlayoutinfoarty = array of widgetlayoutinfoty; |
|
This item has no description. |
layouterstatety = (...); |
|
This item has no description. Values
|
layouterstatesty = set of layouterstatety; |
|
This item has no description. |
layoutereventty = procedure(const sender: tcustomlayouter) of object; |
|
This item has no description. |
Constants
docksplitteroptions = [spo_dockleft,spo_docktop,spo_dockright,spo_dockbottom]; |
|
This item has no description. |
defaultsplitteroptions = docksplitteroptions; |
|
This item has no description. |
defaultsplittercolor = cl_light; |
|
This item has no description. |
defaultsplittercolorgrip = cl_shadow; |
|
This item has no description. |
defaultsplittergrip = stb_dens25; |
|
This item has no description. |
updatepropeventtag = 0; |
|
This item has no description. |
retrypropeventtag = 1; |
|
This item has no description. |
defaultlayoutoptions = []; |
|
This item has no description. |
deprecatedplaceoptions = [plo_syncmaxautosize,
plo_synccaptiondistx,plo_synccaptiondisty,
plo_syncpaintwidth,plo_syncpaintheight]; |
|
This item has no description. |
invisibleplaceoptions = [ord(plo_syncmaxautosize),
ord(plo_synccaptiondistx),ord(plo_synccaptiondisty),
ord(plo_syncpaintwidth),ord(plo_syncpaintheight)]; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.