Skip to content

Formating the definition.inc include directive #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Source/fmx/WrapFmxActnList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxActnList;

interface
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxColors.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxColors;

interface
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxDataBind.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxDataBind;

interface
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxDateTime.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxDateTime;

interface
Expand Down
1 change: 0 additions & 1 deletion Source/fmx/WrapFmxDialogs.pas
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface
FMX.Dialogs, FMX.DialogService,
WrapDelphi, WrapFmxTypes, PythonEngine;


type
TPyDelphiOpenDialog = class(TPyDelphiFmxObject)
private
Expand Down
1 change: 0 additions & 1 deletion Source/fmx/WrapFmxEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface
FMX.Edit, FMX.SearchBox, FMX.ComboEdit, FMX.EditBox, FMX.SpinBox, FMX.NumberBox,
PythonEngine, WrapFmxTypes, WrapFmxControls;


type
TPyDelphiCustomEdit = class(TPyDelphiPresentedControl)
private
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxGrids.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxGrids;

interface
Expand Down
3 changes: 2 additions & 1 deletion Source/fmx/WrapFmxImgList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
(* *)
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)
{$I Definition.Inc}

{$I ..\Definition.Inc}

unit WrapFmxImgList;

Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxListView.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxListView;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/fmx/WrapFmxMedia.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxMedia;

interface
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxMemo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxMemo;

interface
Expand Down
2 changes: 2 additions & 0 deletions Source/fmx/WrapFmxScrollBox.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxScrollBox;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/fmx/WrapFmxStdActns.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxStdActns;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/fmx/WrapFmxStyles.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxStyles;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/fmx/WrapFmxTypes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapFmxTypes;

interface
Expand Down
2 changes: 1 addition & 1 deletion Source/vcl/WrapVclImgList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(* *)
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)
{$I Definition.Inc}
{$I ..\Definition.Inc}

unit WrapVclImgList;

Expand Down
1 change: 1 addition & 0 deletions Source/vcl/WrapVclMedia.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapVclMedia;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/vcl/WrapVclThemes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapVclThemes;

interface
Expand Down
1 change: 1 addition & 0 deletions Source/vcl/WrapVclWinXCtrls.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(**************************************************************************)

{$I ..\Definition.Inc}

unit WrapVclWinXCtrls;

interface
Expand Down