mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 04:08:16 +02:00
LCL: Fix MainUnit links in DB controls' include files.
git-svn-id: trunk@51939 -
This commit is contained in:
parent
ff3dd2b421
commit
495f63cd83
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBListBox
|
TDBListBox
|
||||||
@ -13,7 +13,7 @@
|
|||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
}
|
}
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
|
||||||
{TCustomDBComboBox}
|
{TCustomDBComboBox}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBListBox
|
TDBListBox
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBCalendar
|
TDBCalendar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of the Lazarus Component Library (LCL)
|
||||||
@ -207,4 +207,4 @@ begin
|
|||||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of the Lazarus Component Library (LCL)
|
||||||
@ -8,7 +8,7 @@
|
|||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
}
|
}
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
|
||||||
{ TDBComboBox }
|
{ TDBComboBox }
|
||||||
|
|
||||||
|
@ -507,4 +507,4 @@ begin
|
|||||||
inc(Result);
|
inc(Result);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of the Lazarus Component Library (LCL)
|
||||||
@ -83,4 +83,4 @@ begin
|
|||||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of the Lazarus Component Library (LCL)
|
||||||
@ -284,4 +284,4 @@ begin
|
|||||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBListBox
|
TDBListBox
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBListBox
|
TDBListBox
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBLookupComboBox
|
TDBLookupComboBox
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TDBListBox
|
TDBListBox
|
||||||
|
@ -255,4 +255,4 @@ begin
|
|||||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../dbctrls.pas}
|
{%MainUnit ../dbctrls.pp}
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of the Lazarus Component Library (LCL)
|
||||||
@ -179,4 +179,4 @@ begin
|
|||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// included by dbctrls.pas
|
// included by dbctrls.pp
|
||||||
|
Loading…
Reference in New Issue
Block a user