Skip to content

Commit 6ff783d

Browse files
authored
Merge pull request pyscripter#262 from Embarcadero/wrapdelphifmx
Delphi FMX wrappers registration
2 parents ad2fa43 + 2ef7531 commit 6ff783d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Source/fmx/WrapDelphiFmx.pas

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
unit WrapDelphiFmx;
2+
3+
interface
4+
5+
implementation
6+
7+
uses
8+
WrapDelphiTypes,
9+
WrapDelphiClasses,
10+
WrapDelphiWindows,
11+
WrapFireDac,
12+
WrapFmxTypes,
13+
WrapFmxStdCtrls,
14+
WrapFmxActnList,
15+
WrapFmxComCtrls,
16+
WrapFmxDialogs,
17+
WrapFmxForms,
18+
WrapFmxShapes,
19+
WrapFmxLayouts,
20+
WrapFmxScrollBox,
21+
WrapFmxGrids;
22+
23+
end.

0 commit comments

Comments
 (0)