summaryrefslogtreecommitdiff
path: root/src/gui/gui_form.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_form.pas')
-rw-r--r--src/gui/gui_form.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_form.pas b/src/gui/gui_form.pas
index ea68397b..d4a1ec18 100644
--- a/src/gui/gui_form.pas
+++ b/src/gui/gui_form.pas
@@ -85,6 +85,7 @@ type
property TextColor;
property WindowPosition: TWindowPosition read FWindowPosition write FWindowPosition default wpAuto;
property WindowTitle: string read FWindowTitle write SetWindowTitle;
+ // events
property OnActivate: TNotifyEvent read FOnActivate write FOnActivate;
property OnClose: TFormCloseEvent read FOnClose write FOnClose;
property OnCloseQuery: TFormCloseQueryEvent read FOnCloseQuery write FOnCloseQuery;
@@ -93,6 +94,7 @@ type
property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy;
property OnHide: TNotifyEvent read FOnHide write FOnHide;
property OnPaint;
+ property OnResize;
property OnShow: TNotifyEvent read FOnShow write FOnShow;
end;