RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.Data Property

Denotes a data packet created by the provider.

Pascal
property Data: OleVariant;
C++
__property OleVariant Data;

Data is a read-only property that provides access to a data packet containing all records. Reading Data calls GetRecords with a parameter of -1. 

As implemented in TCustomProvider, GetRecords returns NULL. Descendants of TCustomProvider reimplement the GetRecords method to implement the Data property. 

 

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