RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.Items Property

Lists the information that the TIBExtract object has fetched from the database server.

Pascal
property Items: TStrings;
C++
__property TStrings Items;

Use the Items property to read the metadata information that was fetched from the database server. The ExtractObject method writes information to the Items property every time you call it.

Tip: TIBExtract does not clear the Items property when you make a new call to ExtractObject. You may want to clear this list of strings between calls to ExtractObject so that the list does not get too long.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!