[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_panel.pas line 185
type TfpgGroupBox = class(TfpgAbstractPanel) |
public |
constructor Create(); override; |
destructor Destroy; override; |
function GetClientRect; override; |
published |
property AcceptDrops; |
property Align; |
property Alignment: TAlignment; [rw] |
property BackgroundColor; |
property BorderStyle; |
property Enabled; |
property FontDesc: ; [rw] |
property Height; |
property Hint; |
property Left; |
property Margin: Integer; [rw] |
property MaxHeight; |
property MaxWidth; |
property MinHeight; |
property MinWidth; |
property ParentShowHint; |
property ShowHint; |
property Style; |
property Text: ; [rw] |
property TextColor; |
property Top; |
property Width; |
property OnClick; |
property OnDoubleClick; |
property OnDragDrop; |
property OnDragEnter; |
property OnDragLeave; |
property OnDragStartDetected; |
property OnMouseDown; |
property OnMouseMove; |
property OnMouseScroll; |
property OnMouseUp; |
property OnPaint; |
property OnShowHint; |
end; |
| | ||
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |