[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TSplitter connects widgets by the link* properties
Source position: msesplitter.pas line 182
type tsplitter = class(tcustomsplitter) |
published |
property options: splitteroptionsty; |
property shrinkpriority: Integer; |
property linkbottom: twidget; |
property dist_left: Integer; |
property dist_top: Integer; |
property dist_right: Integer; |
property dist_bottom: Integer; |
property grip: stockbitmapty; |
property statvarname: msestring; |
property statpriority: Integer; |
property onupdatelayout: notifyeventty; |
end; |
|
TSplitter connects widgets by the link* properties |
|
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
twidget,iscrollframe,iface,iassistiveclient |
||
| | ||
| | ||
tmsecomponent,ievent,iificommand,iificlient |
||
| | ||
tcomponent |
||
? | ||
TObject |
TSplitter connects widgets by the link* properties. There size/position is defined by the position of tsplitter.
TExpandingWidget, tspacer, tsplitter and tlayouter adjust their size according to the settings of optionsscale and the size and position of embedded widgets.
|
TSpacer connects widgets by the link* properties |
|