We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8ec50 commit 710e791Copy full SHA for 710e791
Source/fmx/WrapFmxDialogs.pas
@@ -3,11 +3,11 @@
3
interface
4
5
uses
6
- FMX.Dialogs, WrapDelphiClasses, PythonEngine;
+ FMX.Dialogs, WrapFmxTypes, PythonEngine;
7
8
9
type
10
- TPyDelphiOpenDialog = class(TPyDelphiComponent)
+ TPyDelphiOpenDialog = class(TPyDelphiFmxObject)
11
private
12
function GetDelphiObject: TOpenDialog;
13
procedure SetDelphiObject(const Value: TOpenDialog);
0 commit comments