Data.DBXCommonTable.TDBXTable.TableCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TableCount: Integer read GetTableCount;

C++

__property int TableCount = {read=GetTableCount, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Le nombre de lignes de la table.

TableCount indique le nombre de lignes d'une table TDBXTable.

Voir aussi