mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
+ Renamed Action Parameter of TDatasetErrorEvent; Avoids conflicts in methods in forms in objfpc mode
git-svn-id: trunk@3799 -
This commit is contained in:
parent
2751c943fa
commit
b47a0d02fd
@ -900,7 +900,7 @@ type
|
||||
|
||||
TDataSetNotifyEvent = procedure(DataSet: TDataSet) of object;
|
||||
TDataSetErrorEvent = procedure(DataSet: TDataSet; E: EDatabaseError;
|
||||
var Action: TDataAction) of object;
|
||||
var DataAction: TDataAction) of object;
|
||||
|
||||
TFilterOption = (foCaseInsensitive, foNoPartialCompare);
|
||||
TFilterOptions = set of TFilterOption;
|
||||
|
Loading…
Reference in New Issue
Block a user