| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; | 
| 
 | ||
| | | ||
| 
 | ||
| | | ||
| TComponent | ||
| ? | ||
| TObject |