mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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
|
||||
FDatabase : TDatabase;
|
||||
Procedure SetDatabase (Value : TDatabase);
|
||||
Published
|
||||
Public
|
||||
Property DataBase : TDatabase Read FDatabase Write SetDatabase;
|
||||
end;
|
||||
|
||||
@ -1459,7 +1459,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.7 2003/02/20 19:30:28 michael
|
||||
|
Loading…
Reference in New Issue
Block a user