[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: layouts.inc line 118
type TCustomBoxLayout = class(TLayout) |
||
protected |
||
procedure CalcSizes; override; |
|
|
procedure Resized; override; |
|
|
property HorzAlign: THorzAlign; [rw] |
|
|
property VertAlign: TVertAlign; [rw] |
|
|
property Orientation: TOrientation; [rw] |
|
|
property Spacing: Integer; [rw] |
|
|
public |
||
constructor Create(); override; |
|
|
procedure InsertChild(); override; |
|
|
procedure RemoveChild(); override; |
|
|
end; |
|
||
| | ||
|
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 |