IBX.IBExtract.TIBExtract.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items : TStrings read FMetaData;

C++

__property System::Classes::TStrings* Items = {read=FMetaData};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

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

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.