RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetResolver.Provider Property

Indicates the provider that uses this resolver to apply updates.

Pascal
property Provider: TDataSetProvider;
C++
__property TDataSetProvider Provider;

Provider is a read-only property that points to the provider that uses this resolver for applying updates. The Provider property is set in the constructor. 

Resolvers use the Provider property internally to obtain information supplied in the provider's properties. They also use it to generate events on the provider at appropriate points in the update process. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!