mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 02:19:33 +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;
|
TDataSetNotifyEvent = procedure(DataSet: TDataSet) of object;
|
||||||
TDataSetErrorEvent = procedure(DataSet: TDataSet; E: EDatabaseError;
|
TDataSetErrorEvent = procedure(DataSet: TDataSet; E: EDatabaseError;
|
||||||
var Action: TDataAction) of object;
|
var DataAction: TDataAction) of object;
|
||||||
|
|
||||||
TFilterOption = (foCaseInsensitive, foNoPartialCompare);
|
TFilterOption = (foCaseInsensitive, foNoPartialCompare);
|
||||||
TFilterOptions = set of TFilterOption;
|
TFilterOptions = set of TFilterOption;
|
||||||
|
Loading…
Reference in New Issue
Block a user