[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: layouts.inc line 171
type TCustomGridLayout = class(TLayout) |
||
protected |
||
procedure InitSizeInfos(); |
|
|
procedure CalcSizes; override; |
|
|
procedure Resized; override; |
|
|
property GridPositions: TCollection; [rw] |
|
|
property ColCount: Integer; [rw] |
|
|
property RowCount: Integer; [rw] |
|
|
property ColSpacing: Integer; [rw] |
|
|
property RowSpacing: Integer; [rw] |
|
|
public |
||
constructor Create(); override; |
|
|
procedure AddWidget(); |
|
|
procedure MoveWidget(); |
|
|
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 |