[Overview][Constants][Types][Classes][Index] Reference for unit 'msesplitter' (#msegui)

tspacer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TSpacer connects widgets by the link* properties

Declaration

Source position: msesplitter.pas line 252

type tspacer = class(tcustomspacer)

published

  property linkleft: twidget;

  property linktop: twidget;

  property linkright: twidget;

  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;

Inheritance

tspacer

  

TSpacer connects widgets by the link* properties

|

tcustomspacer

|

tscalingwidget

|

tcustomscalingwidget

|

tpublishedwidget

|

tpublishedwidgetnwr

|

tactionpublishedwidgetnwr

|

tactionwidget

|

twidget,iscrollframe,iface,iassistiveclient

|

tactcomponent,iactivatorclient

|

tmsecomponent,ievent,iificommand,iificlient

|

tcomponent

?

TObject

Description

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.

See also

TSplitter

  

TSplitter connects widgets by the link* properties

TExpandingWidget


Documentation generated on: 2021-05-13