[Overview][Resource strings][Types][Classes][Procedures and functions][Variables] Reference for unit 'GFX_X11' (#fpgfx)

TX11Application

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

Declaration

Source position: gfx_x11.pas line 185

type TX11Application = class(TFCustomApplication)

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Initialize(); override;

  

  procedure Run; override;

  

  procedure Quit; override;

  

  property DisplayName: String; [rw]

  

  property EventFilter: TX11EventFilter; [rw]

  

end;

Inheritance

TX11Application

  

|

TFCustomApplication

  

|

TComponent

?

TObject

Description

Errors