| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_main.pas line 132
| type TfpgWindow = class(TfpgWindowImpl) | 
| protected | 
| procedure SetParent(); | 
| function GetParent; | 
| function GetCanvas; | 
| public | 
| constructor Create(); override; | 
| destructor Destroy; override; | 
| property Parent: TfpgWindow; [rw] | 
| property Canvas: TfpgCanvas; [r] | 
| property WinHandle; | 
| end; | 
| | | 
| TfpgWindowImpl | 
| ? | 
| TObject |