RAD Studio VCL Reference
|
Indicates whether the client dataset has all of its data.
property ProviderEOF: Boolean;
__property Boolean ProviderEOF;
ProviderEOF is used internally to check whether an associated provider has supplied the client dataset with its last record. If the client dataset fetches its data from a file or represents a nested detail dataset, ProviderEOF is always true. If the client dataset fetches its data from a provider, it sets ProviderEOF to true when it is certain that it has fetched the last data packet from the provider.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|