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.

Source: ui/castlecontrols_groups.inc (line 102).

Hierarchy


Generated by PasDoc 0.17.0.snapshot.