|
@@ -1338,7 +1338,7 @@ type
|
|
property Filtered: Boolean read FFiltered write SetFiltered default False;
|
|
property Filtered: Boolean read FFiltered write SetFiltered default False;
|
|
property FilterOptions: TFilterOptions read FFilterOptions write SetFilterOptions;
|
|
property FilterOptions: TFilterOptions read FFilterOptions write SetFilterOptions;
|
|
property Active: Boolean read GetActive write SetActive default False;
|
|
property Active: Boolean read GetActive write SetActive default False;
|
|
- property AutoCalcFields: Boolean read FAutoCalcFields write FAutoCalcFields;
|
|
|
|
|
|
+ property AutoCalcFields: Boolean read FAutoCalcFields write FAutoCalcFields default true;
|
|
property BeforeOpen: TDataSetNotifyEvent read FBeforeOpen write FBeforeOpen;
|
|
property BeforeOpen: TDataSetNotifyEvent read FBeforeOpen write FBeforeOpen;
|
|
property AfterOpen: TDataSetNotifyEvent read FAfterOpen write FAfterOpen;
|
|
property AfterOpen: TDataSetNotifyEvent read FAfterOpen write FAfterOpen;
|
|
property BeforeClose: TDataSetNotifyEvent read FBeforeClose write FBeforeClose;
|
|
property BeforeClose: TDataSetNotifyEvent read FBeforeClose write FBeforeClose;
|