[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Lays out widgets in a horizontal or vertical position.
Source position: layouts.inc line 139
type TBoxLayout = class(TCustomBoxLayout) |
||
published |
||
property CanExpandWidth; |
|
|
property CanExpandHeight; |
|
|
property Enabled; |
|
|
property BorderSpacing; |
|
|
property HorzAlign; |
|
|
property Orientation; |
|
Toggle the layout of the TBoxLayout class. |
property Spacing; |
|
|
property VertAlign; |
|
|
end; |
|
Lays out widgets in a horizontal or vertical position. |
|
| | ||
|
||
| | ||
|
The fpGUI layout system provides a simple and powerful way of specifying the layout of child widgets |
|
| | ||
|
TContainerWidget is an abstract class that defines the interface for containing other widgets |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |
A TBoxLayout lays out widgets in a horizontal row, from left to right, or in a vertical column, from top to bottom. By default, the TBoxLayout uses the horizontal layout. You can toggle between horizontal and vertical layouts, by using the Orientation property.
|
Lays out widgets in a horizontal or vertical position. |
|
|
The TGridLayout class lays out widgets in a grid. |
|
|
||
|
The TFixedLayout allows you to arrange widgets at set x and y co-ordinates |