FireDAC.Stan.Util.FDCountFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDCountFieldNames(const AStr: String): Integer;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

FDCountFieldNames returns the number of field names contained by a String object.

Use FDCountFieldNames to obtain the number of field names separated by ;, contained by the AStr parameter.

See Also