mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:49:23 +02:00
fcl-db: sqldb: Publish Before/AfterRefresh properties (Delphi compatible) Bug #30075
git-svn-id: trunk@33570 -
This commit is contained in:
parent
44682f9f4d
commit
26ef7b27e0
@ -578,6 +578,8 @@ type
|
|||||||
property AfterCancel;
|
property AfterCancel;
|
||||||
property BeforeDelete;
|
property BeforeDelete;
|
||||||
property AfterDelete;
|
property AfterDelete;
|
||||||
|
property BeforeRefresh;
|
||||||
|
property AfterRefresh;
|
||||||
property BeforeScroll;
|
property BeforeScroll;
|
||||||
property AfterScroll;
|
property AfterScroll;
|
||||||
property OnCalcFields;
|
property OnCalcFields;
|
||||||
@ -630,6 +632,7 @@ type
|
|||||||
Property AfterInsert;
|
Property AfterInsert;
|
||||||
Property AfterOpen;
|
Property AfterOpen;
|
||||||
Property AfterPost;
|
Property AfterPost;
|
||||||
|
Property AfterRefresh;
|
||||||
Property AfterScroll;
|
Property AfterScroll;
|
||||||
Property BeforeCancel;
|
Property BeforeCancel;
|
||||||
Property BeforeClose;
|
Property BeforeClose;
|
||||||
@ -638,6 +641,7 @@ type
|
|||||||
Property BeforeInsert;
|
Property BeforeInsert;
|
||||||
Property BeforeOpen;
|
Property BeforeOpen;
|
||||||
Property BeforePost;
|
Property BeforePost;
|
||||||
|
Property BeforeRefresh;
|
||||||
Property BeforeScroll;
|
Property BeforeScroll;
|
||||||
Property OnCalcFields;
|
Property OnCalcFields;
|
||||||
Property OnDeleteError;
|
Property OnDeleteError;
|
||||||
|
Loading…
Reference in New Issue
Block a user