RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.Item Property

Gets or sets the value of a column in its native format.

Pascal
property Item [Name: String]: TObject;
C++
__property TObject * Item[AnsiString Name];

The indexer for the TAdoDbxDataReader class. You can specify either the string name of the column or the column ordinal. Using the ordinal is more efficient than using the name. 

 

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