Skip to content

Commit 2ef7531

Browse files
committed
Delphi FMX wrappers registration
1 parent 797e850 commit 2ef7531

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Source/fmx/WrapDelphiFmx.pas

+23
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)