mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 22:58:22 +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
|
||||
@ -13,7 +13,7 @@
|
||||
*****************************************************************************
|
||||
}
|
||||
|
||||
// included by dbctrls.pas
|
||||
// included by dbctrls.pp
|
||||
|
||||
{TCustomDBComboBox}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBListBox
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBCalendar
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
{
|
||||
*****************************************************************************
|
||||
This file is part of the Lazarus Component Library (LCL)
|
||||
@ -207,4 +207,4 @@ begin
|
||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||
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)
|
||||
@ -8,7 +8,7 @@
|
||||
*****************************************************************************
|
||||
}
|
||||
|
||||
// included by dbctrls.pas
|
||||
// included by dbctrls.pp
|
||||
|
||||
{ TDBComboBox }
|
||||
|
||||
|
@ -507,4 +507,4 @@ begin
|
||||
inc(Result);
|
||||
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)
|
||||
@ -83,4 +83,4 @@ begin
|
||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||
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)
|
||||
@ -284,4 +284,4 @@ begin
|
||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||
end;
|
||||
|
||||
// included by dbctrls.pas
|
||||
// included by dbctrls.pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBListBox
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBListBox
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBLookupComboBox
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../dbctrls.pas}
|
||||
{%MainUnit ../dbctrls.pp}
|
||||
|
||||
{******************************************************************************
|
||||
TDBListBox
|
||||
|
@ -255,4 +255,4 @@ begin
|
||||
(FDataLink <> nil) and FDataLink.UpdateAction(AAction);
|
||||
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)
|
||||
@ -179,4 +179,4 @@ begin
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
// included by dbctrls.pas
|
||||
// included by dbctrls.pp
|
||||
|
Loading…
Reference in New Issue
Block a user