mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-11 20:09:04 +02:00
* Publish additional events
This commit is contained in:
parent
df0484df52
commit
32091c3521
@ -156,6 +156,11 @@ Type
|
||||
Property ServerSortFields : String Read FServerSortFields Write SetServerSortFields;
|
||||
// Fields in ServerSortFields that must be descending
|
||||
Property ServerSortDescFields : String Read FServerSortDescFields Write SetServerSortDescFields;
|
||||
Property BeforeApplyUpdates;
|
||||
Property AfterApplyUpdates;
|
||||
property AfterRefresh;
|
||||
Property OnRecordResolved;
|
||||
property OnLoadFail;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user