[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TSpacer connects widgets by the link* properties
Source position: msesplitter.pas line 252
type tspacer = class(tcustomspacer) |
published |
property linkbottom: twidget; |
property dist_left: Integer; |
property dist_top: Integer; |
property dist_right: Integer; |
property dist_bottom: Integer; |
property options: spaceroptionsty; |
property optionswidget: optionswidgetty; |
end; |
|
TSpacer connects widgets by the link* properties |
|
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
twidget,iscrollframe,iface,iassistiveclient |
||
| | ||
| | ||
tmsecomponent,ievent,iificommand,iificlient |
||
| | ||
tcomponent |
||
? | ||
TObject |
TSpacer connects widgets by the link* properties. Its position is defined by the size and position of the leading linked widgets, normally the linkleft/linktop widget if options spao_glueright/spao_gluebottom are not set.
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 |
|