Unit msesimplewidgets
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class teventwidget |
|
Class tcustombutton |
|
Class tbutton |
|
Class tstockglyphbutton |
|
Class tcustomrichbutton |
|
Class trichbutton |
|
Class trichstockglyphbutton |
|
Class tcustomlabel |
|
Class tlabel |
|
Class tcustomicon |
|
Class ticon |
|
Class tgroupboxframe |
|
Class tcustomscalingwidget |
|
Class tscalingwidget |
|
Class tgroupbox |
|
Class tscrollbox |
|
Class tpaintbox |
|
Class tstepboxframe |
|
Class tstepboxframe1 |
|
Class tcustomstepbox |
|
Class tstepbox |
Types
buttoneventty = procedure(const sender: tcustombutton) of object; |
labeloptionty = (...); |
labeloptionsty = set of labeloptionty; |
animationoptionty = (...); |
animationoptionsty = set of animationoptionty; |
optionscalety = (...); |
optionsscalety = set of optionscalety; |
stepdirty = (...); |
stepeventty = procedure (const sender: tobject; const stepkind: stepkindty; var handled: boolean) of object; |
Constants
Description
Types
buttoneventty = procedure(const sender: tcustombutton) of object; |
|
This item has no description. |
labeloptionty = (...); |
|
This item has no description. Values
|
labeloptionsty = set of labeloptionty; |
|
This item has no description. |
animationoptionty = (...); |
|
This item has no description. Values
|
animationoptionsty = set of animationoptionty; |
|
This item has no description. |
optionscalety = (...); |
|
This item has no description. Values
|
optionsscalety = set of optionscalety; |
|
This item has no description. |
stepdirty = (...); |
|
This item has no description. Values
|
stepeventty = procedure (const sender: tobject; const stepkind: stepkindty; var handled: boolean) of object; |
|
This item has no description. |
Constants
defaultbuttonwidth = 50; |
|
This item has no description. |
defaultbuttonheight = 20; |
|
This item has no description. |
defaultlabeltextflags = [tf_ycentered]; |
|
This item has no description. |
defaultlabeloptionswidget = (defaultoptionswidget ) -
[ow_mousefocus,ow_tabfocus,ow_arrowfocus]; |
|
This item has no description. |
defaultlabeloptionswidget1 = defaultoptionswidget1 +
[ow1_autowidth,ow1_autoheight,ow1_fontglyphheight]; |
|
This item has no description. |
defaultlabelwidgetwidth = 100; |
|
This item has no description. |
defaultlabelwidgetheight = 20; |
|
This item has no description. |
defaulticonoptionswidget = defaultoptionswidget -
[ow_mousefocus,ow_tabfocus,ow_arrowfocus]; |
|
This item has no description. |
defaulticonoptionswidget1 = defaultoptionswidget1 +
[ow1_autowidth,ow1_autoheight]; |
|
This item has no description. |
defaulticonwidgetwidth = 16; |
|
This item has no description. |
defaulticonwidgetheight = 16; |
|
This item has no description. |
defaultoptionsscale = [osc_expandshrinkx,osc_expandshrinky]; |
|
This item has no description. |
defaultgroupboxoptionswidget = (defaultoptionswidget +
[ow_arrowfocusin,ow_arrowfocusout,ow_parenttabfocus,ow_subfocus])-
[ow_mousefocus]; |
|
This item has no description. |
defaultscrollboxoptionsscale =
defaultoptionsscale - [osc_expandshrinkx,osc_expandshrinky]; |
|
This item has no description. |
defaultscrollboxoptionswidget = defaultoptionswidgetmousewheel + [ow_subfocus]; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.