TStackPanel

Panel that lays out control adjacent to each with InterControlSpace between each two controls

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TControlVisual user interface element that can react to user input.
4TPanelBase class for a TControl that contains other controls.
5TOpaquePanelTPanel that fills its background with Style.PanelBackground
6TStackPanel

Source

UserInterface.Control.Panel.Stack.pas (28)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTInteger32FInterControlSpace

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedBoundsChanged(OldBounds: TInteger32Rectangle; NewBounds: TInteger32Rectangle)
InstanceprotectedHasBeenBoundToLayout()
InstanceprotectedSetInterControlSpace(Value: TInteger32)
InstancepublicTControlEmbellish()
InstancepublicAddControl(Control: TControl)