Skip to content

Commit a5b76af

Browse files
committed
Including ImageList wrappers
1 parent c3eb3a2 commit a5b76af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Source/fmx/WrapDelphiFmx.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ implementation
1515
WrapFmxDataBind,
1616
{$ENDIF LINUX}
1717
WrapFmxTypes,
18+
WrapFmxImgList,
1819
WrapFmxControls,
1920
WrapFmxStdCtrls,
2021
WrapFmxEdit,

Source/vcl/WrapDelphiVCL.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ implementation
1515
WrapDelphiWindows,
1616
WrapDelphiDataBind,
1717
WrapActions,
18+
WrapVclImgList,
1819
WrapVclControls,
1920
WrapVclGraphics,
2021
WrapVclForms,

0 commit comments

Comments
 (0)