[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_main' (#fpgui)

TfpgWindow

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Encapsulates a top level or child window

Declaration

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;

Inheritance

TfpgWindow

  

Encapsulates a top level or child window

|

TfpgWindowImpl

  

Maps to a backend specific base class

|

TfpgX11Window

  

Implements XLib specific windowing functionality

|

TfpgWindowBase

  

Abstract class use for representing a Window or Widget

|

TfpgComponent

  

A descendant of the FPC TComponent class

|

TComponent

?

TObject

Description

Encapsulates a top level or child window.


Documentation generated on: 2013-04-29