[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLayouter arranges embedded widgets
Source position: msesplitter.pas line 406
type tlayouter = class(tcustomlayouter) |
published |
property optionslayout: layoutoptionsty; |
property align_mode: widgetalignmodety; |
property align_leader: twidget; |
property align_glue: widgetalignmodety; |
property place_mindist: Integer; |
property place_maxdist: Integer; |
property place_mode: widgetalignmodety; |
property place_options: placeoptionsty; |
property onbeforelayout: layoutereventty; |
property onafterlayout: layoutereventty; |
property linkbottom: twidget; |
property dist_left: Integer; |
property dist_top: Integer; |
property dist_right: Integer; |
property dist_bottom: Integer; |
property options: spaceroptionsty; |
end; |
|
TLayouter arranges embedded widgets |
|
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
twidget,iscrollframe,iface,iassistiveclient |
||
| | ||
| | ||
tmsecomponent,ievent,iificommand,iificlient |
||
| | ||
tcomponent |
||
? | ||
TObject |
TLayouter arranges embedded widgets according to the settings of optionslayout, align_* and place_* properties.
TExpandingWidget, tspacer, tsplitter and tlayouter adjust their size according to the settings of optionsscale and the size and position of embedded widgets.
|
TSplitter connects widgets by the link* properties |
|
|
TSpacer connects widgets by the link* properties |
|