Data.DBXCommonTable.TDBXTableReader.GetColumnCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColumnCount: Integer; override;

C++

virtual int __fastcall GetColumnCount();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTableReader

Description

Returns the number of columns in the table.

The GetColumnCount method is used to return the number of columns in the table.

See Also