Data.DB.TFields.GetCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

説明

リスト内のフィールドの数を返します。

GetCount メソッドは、リスト内のフィールドの数を返します。スパース フィールドの数が 0 より大きかった場合、GetCount はスパース フィールドの数を返します。

関連項目