FireDAC.Stan.Util.FDCountFieldNames

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

Delphi

function FDCountFieldNames(const AStr: String): Integer;

C++

extern DELPHI_PACKAGE int __fastcall FDCountFieldNames(const System::UnicodeString AStr);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

FDCountFieldNames は、String オブジェクトに含まれるフィールド名の数を返します。


FDCountFieldNames を使用すると、AStr パラメータに ; で区切られて含まれているフィールド名の数を取得することができます。

関連項目