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

TFCustomApplication

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

Declaration

Source position: gfxbase.pas line 423

type TFCustomApplication = class(TComponent)

protected

  FTitle: String;

  

  procedure SetTitle();

  

public

  Forms: TList;

  

  constructor Create; virtual; overload;

  

  destructor Destroy; override;

  

  procedure AddWindow(); virtual;

  

  procedure RemoveWindow(); virtual;

  

  procedure Initialize(); virtual; abstract;

  

  procedure Run; virtual; abstract;

  

  procedure Quit; virtual; abstract;

  

  property OnIdle: TNotifyEvent; [rw]

  

  property QuitWhenLastWindowCloses: Boolean; [rw]

  

  property Title: String; [rw]

  

end;

Inheritance

TFCustomApplication

  

|

TComponent

?

TObject

Description

Errors