summaryrefslogtreecommitdiff
path: root/uidesigner
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-10-17 00:02:46 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2014-10-17 00:02:46 +0100
commit8ceffe4943bab8641d6f804b79df4d1f79a41e88 (patch)
tree58c18a34f8e7c94d61cb779cf54f3949edf9ac2a /uidesigner
parent9cfc34b13e36bb2933b498daec3bd7f21774c344 (diff)
downloadfpGUI-8ceffe4943bab8641d6f804b79df4d1f79a41e88.tar.xz
uidesigner: designer's Form property now has the exact class type
Diffstat (limited to 'uidesigner')
-rw-r--r--uidesigner/vfddesigner.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/uidesigner/vfddesigner.pas b/uidesigner/vfddesigner.pas
index 70757ba4..420b223b 100644
--- a/uidesigner/vfddesigner.pas
+++ b/uidesigner/vfddesigner.pas
@@ -88,7 +88,7 @@ type
FOneClickMove: boolean;
protected
FWidgets: TList;
- FForm: TfpgForm;
+ FForm: TDesignedForm;
FFormOther: string;
FDragging: boolean;
FDragPosX,
@@ -134,7 +134,7 @@ type
function GetWidgetSourceImpl(wd: TWidgetDesigner; ident: string): string;
// The widgets can be selected and dragged within one click
property OneClickMove: boolean read FOneClickMove write FOneClickMove;
- property Form: TfpgForm read FForm;
+ property Form: TDesignedForm read FForm;
property FormOther: string read FFormOther write FFormOther;
end;