mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* Make statementtype public in TSQLQuery
git-svn-id: trunk@23498 -
This commit is contained in:
parent
6a86d0d83a
commit
7fbf05dd18
@ -342,6 +342,7 @@ type
|
|||||||
TSQLQuery = Class(TCustomSQLQuery)
|
TSQLQuery = Class(TCustomSQLQuery)
|
||||||
public
|
public
|
||||||
property SchemaType;
|
property SchemaType;
|
||||||
|
Property StatementType;
|
||||||
Published
|
Published
|
||||||
property MaxIndexesCount;
|
property MaxIndexesCount;
|
||||||
// TDataset stuff
|
// TDataset stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user