[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A concrete class that encapsulates a fpGUI application
Source position: fpg_main.pas line 237
type TfpgApplication = class(TfpgApplicationImpl) |
public |
constructor Create(); override; |
destructor Destroy; override; |
function GetFont(); |
procedure ActivateHint(); |
procedure RecreateHintWindow; |
procedure Flush; |
procedure HandleException(); |
procedure HideHint; |
procedure Initialize; |
procedure ProcessMessages; |
procedure Run; |
procedure SetMessageHook(); |
procedure ShowException(); |
procedure UnsetMessageHook(); |
property DefaultFont: TfpgFont; [r] |
property HintPause: Integer; [rw] |
property HintWindow: TfpgWindow; [r] |
property ScreenWidth: Integer; [r] |
property ScreenHeight: Integer; [r] |
property ShowHint: Boolean; [rw] |
property StartDragDistance: Integer; [rw] |
property StopOnException: Boolean; [rw] |
property OnException: TExceptionEvent; [rw] |
property OnKeyPress: TKeyPressEvent; [rw] |
end; |
|
A concrete class that encapsulates a fpGUI application |
|
| | ||
| | ||
| | ||
|
Base class for the fpgApplication variable |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |