ActiveRecord property
Posted: 11.01.2006, 15:37
ActiveRecord
Indicates the index of the active record in the internal cache of records.
Delphi syntax:
property ActiveRecord: Integer;
C++ syntax:
__property int ActiveRecord = {read=FActiveRecord, nodefault};
Description:
[...]
Note: Unidirectional datasets never cache records. For unidirectional datasets, the ActiveRecord property is meaningless (and always 0).
This is the guide of Deplhi7, i can't find this property into Zeos DataSet implementation...
Will be a future implementation?
Regards,
Andrea Piovesan
Indicates the index of the active record in the internal cache of records.
Delphi syntax:
property ActiveRecord: Integer;
C++ syntax:
__property int ActiveRecord = {read=FActiveRecord, nodefault};
Description:
[...]
Note: Unidirectional datasets never cache records. For unidirectional datasets, the ActiveRecord property is meaningless (and always 0).
This is the guide of Deplhi7, i can't find this property into Zeos DataSet implementation...
Will be a future implementation?
Regards,
Andrea Piovesan