[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_main.pas line 239
type TfpgApplication = class(TfpgApplicationImpl) |
protected |
FDisplayParams: String; |
FScreenWidth: Integer; |
FScreenHeight: Integer; |
FFontResList: TList; |
FMessageHookList: TFPList; |
procedure FreeFontRes(); |
procedure InternalInit; |
procedure RunMessageLoop; |
procedure WaitWindowMessage(); |
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; |
| |
TfpgApplicationImpl |
? |
TObject |