Class TCastleHorizontalGroup
Unit
Declaration
type TCastleHorizontalGroup = class(TCastlePackedGroup)
Description
Container that packs the children horizontally.
The children are packed from left-to-right by default, in the order determined by their back-to-front relation. E.g. if you add all the children using InsertFront, then they will appear in the same order, left-to-right, in the control. You can invert this by setting LeftToRight to False.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastlePackedGroup
- TCastleHorizontalGroup
Overview
Methods
|  | procedure DoPackChildren(out W, H: Single); override; | 
|  | constructor Create(AOwner: TComponent); override; | 
|  | function PropertySections(const PropertyName: String): TPropertySections; override; | 
Properties
|  | property Alignment: TVerticalPosition
      read FAlignment write SetAlignment default vpMiddle; | 
|  | property LeftToRight: boolean read FLeftToRight write SetLeftToRight
      default true; | 
Description
Methods
|  | procedure DoPackChildren(out W, H: Single); override; | 
| This item has no description. | |
|  | constructor Create(AOwner: TComponent); override; | 
| This item has no description. | |
|  | function PropertySections(const PropertyName: String): TPropertySections; override; | 
| This item has no description. Showing description inherited from TCastleComponent.PropertySections. Section where to show property in the editor. | |
Properties
|  | property Alignment: TVerticalPosition
      read FAlignment write SetAlignment default vpMiddle; | 
| The alignment of children inside this control. | |
|  | property LeftToRight: boolean read FLeftToRight write SetLeftToRight
      default true; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.