Skip to content

Commit ab2a49c

Browse files
committed
Formating the definition.inc include directive
1 parent 0ffe53b commit ab2a49c

19 files changed

+25
-4
lines changed

Source/fmx/WrapFmxActnList.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapFmxActnList;
1617

1718
interface

Source/fmx/WrapFmxColors.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxColors;
1517

1618
interface

Source/fmx/WrapFmxDataBind.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxDataBind;
1517

1618
interface

Source/fmx/WrapFmxDateTime.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxDateTime;
1517

1618
interface

Source/fmx/WrapFmxDialogs.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ interface
2121
FMX.Dialogs, FMX.DialogService,
2222
WrapDelphi, WrapFmxTypes, PythonEngine;
2323

24-
2524
type
2625
TPyDelphiOpenDialog = class(TPyDelphiFmxObject)
2726
private

Source/fmx/WrapFmxEdit.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ interface
2121
FMX.Edit, FMX.SearchBox, FMX.ComboEdit, FMX.EditBox, FMX.SpinBox, FMX.NumberBox,
2222
PythonEngine, WrapFmxTypes, WrapFmxControls;
2323

24-
2524
type
2625
TPyDelphiCustomEdit = class(TPyDelphiPresentedControl)
2726
private

Source/fmx/WrapFmxGrids.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxGrids;
1517

1618
interface

Source/fmx/WrapFmxImgList.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
(* *)
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
13-
{$I Definition.Inc}
13+
14+
{$I ..\Definition.Inc}
1415

1516
unit WrapFmxImgList;
1617

Source/fmx/WrapFmxListView.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxListView;
1517

1618
interface

Source/fmx/WrapFmxMedia.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapFmxMedia;
1617

1718
interface

Source/fmx/WrapFmxMemo.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxMemo;
1517

1618
interface

Source/fmx/WrapFmxScrollBox.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
1313

14+
{$I ..\Definition.Inc}
15+
1416
unit WrapFmxScrollBox;
1517

1618
interface

Source/fmx/WrapFmxStdActns.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapFmxStdActns;
1617

1718
interface

Source/fmx/WrapFmxStyles.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapFmxStyles;
1617

1718
interface

Source/fmx/WrapFmxTypes.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapFmxTypes;
1617

1718
interface

Source/vcl/WrapVclImgList.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(* *)
1111
(* LICENCE and Copyright: MIT (see project home) *)
1212
(**************************************************************************)
13-
{$I Definition.Inc}
13+
{$I ..\Definition.Inc}
1414

1515
unit WrapVclImgList;
1616

Source/vcl/WrapVclMedia.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapVclMedia;
1617

1718
interface

Source/vcl/WrapVclThemes.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapVclThemes;
1617

1718
interface

Source/vcl/WrapVclWinXCtrls.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(**************************************************************************)
1313

1414
{$I ..\Definition.Inc}
15+
1516
unit WrapVclWinXCtrls;
1617

1718
interface

0 commit comments

Comments
 (0)