[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Encapsulates a top level or child window
Source position: fpg_main.pas line 127
type TfpgWindow = class(TfpgWindowImpl) |
public |
constructor Create(); override; |
destructor Destroy; override; |
property Parent: TfpgWindow; [rw] |
property Canvas: TfpgCanvas; [r] |
property WinHandle; |
end; |
|
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 |
Encapsulates a top level or child window.