mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* Re-published properties that disappeared
git-svn-id: trunk@8221 -
This commit is contained in:
parent
49a545aef2
commit
6e75a2da3c
@ -294,6 +294,34 @@ type
|
||||
{ TSQLQuery }
|
||||
TSQLQuery = Class(TCustomSQLQuery)
|
||||
Published
|
||||
// TDataset stuff
|
||||
Property Active;
|
||||
Property AutoCalcFields;
|
||||
Property Filter;
|
||||
Property Filtered;
|
||||
Property AfterCancel;
|
||||
Property AfterClose;
|
||||
Property AfterDelete;
|
||||
Property AfterEdit;
|
||||
Property AfterInsert;
|
||||
Property AfterOpen;
|
||||
Property AfterPost;
|
||||
Property AfterScroll;
|
||||
Property BeforeCancel;
|
||||
Property BeforeClose;
|
||||
Property BeforeDelete;
|
||||
Property BeforeEdit;
|
||||
Property BeforeInsert;
|
||||
Property BeforeOpen;
|
||||
Property BeforePost;
|
||||
Property BeforeScroll;
|
||||
Property OnCalcFields;
|
||||
Property OnDeleteError;
|
||||
Property OnEditError;
|
||||
Property OnFilterRecord;
|
||||
Property OnNewRecord;
|
||||
Property OnPostError;
|
||||
|
||||
// property SchemaInfo default stNoSchema;
|
||||
property Database;
|
||||
property Transaction;
|
||||
|
Loading…
Reference in New Issue
Block a user