fcl-db: sqldb: Publish Before/AfterRefresh properties (Delphi compatible) Bug #30075

git-svn-id: trunk@33570 -
This commit is contained in:
lacak 2016-04-29 10:20:58 +00:00
parent 44682f9f4d
commit 26ef7b27e0

View File

@ -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;