Class TCastleVerticalGroup

Unit

Declaration

type TCastleVerticalGroup = class(TCastlePackedGroup)

Description

Container that packs the children vertically.

The children are packed from top-to-bottom, 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, top-to-bottom, in the control. You can invert this by setting TopToBottom to False.

Hierarchy

Overview

Methods

Protected procedure DoPackChildren(out W, H: Single); override;
Public constructor Create(AOwner: TComponent); override;
Public function PropertySections(const PropertyName: String): TPropertySections; override;

Properties

Published property Alignment: THorizontalPosition read FAlignment write SetAlignment default hpLeft;
Published property TopToBottom: boolean read FTopToBottom write SetTopToBottom default true;

Description

Methods

Protected procedure DoPackChildren(out W, H: Single); override;

This item has no description.

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public 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

Published property Alignment: THorizontalPosition read FAlignment write SetAlignment default hpLeft;

The alignment of children inside this control.

Published property TopToBottom: boolean read FTopToBottom write SetTopToBottom default true;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.