[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is a concrete class that implements all the TContainerWidget's abstract methods
Source position: bin.inc line 22
type TBinWidget = class(TContainerWidget) |
||
protected |
||
|
||
procedure SetChild(); |
|
|
function GetChildCount; override; |
|
|
function GetChild(); override; |
|
|
procedure CalcSizes; override; |
|
|
public |
||
|
||
function ContainsChild(); override; |
|
|
procedure InsertChild(); override; |
|
|
procedure RemoveChild(); override; |
|
|
end; |
|
This is a concrete class that implements all the TContainerWidget's abstract methods |
|
| | ||
|
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 |
This is a concrete class that implements all the TContainerWidget's abstract methods . This class adds the ability to contain a single child widget - normally a TLayout descendant. Examples of such classes are the TForm and TGroupBox . For examples of container classes that can hold multiple children, look at TLayout and it's descendants.
|
TContainerWidget is an abstract class that defines the interface for containing other widgets |
|
|
The fpGUI layout system provides a simple and powerful way of specifying the layout of child widgets |
|
|
The TGroupBox widget provides a group box frame with a title |
|
|
A descendant of TCustomForm with published properties |