[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The TFixedLayout allows you to arrange widgets at set x and y co-ordinates
Source position: layouts.inc line 77
type TFixedLayout = class(TLayout) |
||
protected |
||
procedure CalcSizes; override; |
|
|
public |
||
constructor Create(); override; |
|
|
procedure AddWidget(); |
|
|
procedure MoveWidget(); |
|
|
published |
||
property Enabled; |
|
|
end; |
|
The TFixedLayout allows you to arrange widgets at set x and y co-ordinates |
|
| | ||
|
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 |
The TFixedLayout allows you to arrange widgets at set x and y co-ordinates. This is like the current Form Designers of Lazarus and Borland Delphi works.
|
The TGridLayout class lays out widgets in a grid. |
|
|
Lays out widgets in a horizontal or vertical position. |