mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +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 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;
|
||||
|
Loading…
Reference in New Issue
Block a user