Data.DBXCommonTable.TDBXTableReader.GetColumnCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableReader

Delphi

function GetColumnCount: Integer; override;

C++

virtual int __fastcall GetColumnCount();

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