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 BeforeDelete;
property AfterDelete;
property BeforeRefresh;
property AfterRefresh;
property BeforeScroll;
property AfterScroll;
property OnCalcFields;
@ -630,6 +632,7 @@ type
Property AfterInsert;
Property AfterOpen;
Property AfterPost;
Property AfterRefresh;
Property AfterScroll;
Property BeforeCancel;
Property BeforeClose;
@ -638,6 +641,7 @@ type
Property BeforeInsert;
Property BeforeOpen;
Property BeforePost;
Property BeforeRefresh;
Property BeforeScroll;
Property OnCalcFields;
Property OnDeleteError;