mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
+ Database property published
This commit is contained in:
parent
6fcb485d76
commit
8b4751debf
@ -129,6 +129,7 @@ type
|
|||||||
property LastInsertID: Integer read FLastInsertID;
|
property LastInsertID: Integer read FLastInsertID;
|
||||||
published
|
published
|
||||||
property Active;
|
property Active;
|
||||||
|
property Database;
|
||||||
property SQL: TStrings read FSQL write SetSQL;
|
property SQL: TStrings read FSQL write SetSQL;
|
||||||
property BeforeOpen;
|
property BeforeOpen;
|
||||||
property AfterOpen;
|
property AfterOpen;
|
||||||
@ -915,7 +916,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2003-08-16 16:42:21 michael
|
Revision 1.5 2004-09-20 07:13:38 michael
|
||||||
|
+ Database property published
|
||||||
|
|
||||||
|
Revision 1.4 2003/08/16 16:42:21 michael
|
||||||
+ Fixes in TDBDataset etc. Changed MySQLDb to use database as well
|
+ Fixes in TDBDataset etc. Changed MySQLDb to use database as well
|
||||||
|
|
||||||
Revision 1.3 2002/11/07 14:27:59 sg
|
Revision 1.3 2002/11/07 14:27:59 sg
|
||||||
|
Loading…
Reference in New Issue
Block a user