mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
+ Database class in TDBDataset is public, not published
This commit is contained in:
parent
270479ea8b
commit
bda0bcbdd9
@ -1145,7 +1145,7 @@ type
|
|||||||
Private
|
Private
|
||||||
FDatabase : TDatabase;
|
FDatabase : TDatabase;
|
||||||
Procedure SetDatabase (Value : TDatabase);
|
Procedure SetDatabase (Value : TDatabase);
|
||||||
Published
|
Public
|
||||||
Property DataBase : TDatabase Read FDatabase Write SetDatabase;
|
Property DataBase : TDatabase Read FDatabase Write SetDatabase;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -1459,7 +1459,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2003-05-08 21:52:41 michael
|
Revision 1.9 2003-05-15 15:15:15 michael
|
||||||
|
+ Database class in TDBDataset is public, not published
|
||||||
|
|
||||||
|
Revision 1.8 2003/05/08 21:52:41 michael
|
||||||
+ Patch from Jesus Reyes
|
+ Patch from Jesus Reyes
|
||||||
|
|
||||||
Revision 1.7 2003/02/20 19:30:28 michael
|
Revision 1.7 2003/02/20 19:30:28 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user