FireDAC.Stan.Util.FDExtractFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDExtractFieldName(const AStr: String; var APos: Integer): String; overload;
function FDExtractFieldName(const AStr: String; var APos: Integer; const AFmt: TFDParseFmtSettings): String; overload;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDExtractFieldName(const System::UnicodeString AStr, int &APos)/* overload */;

Properties

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

Description

Returns the next name in a delimited string of field names.

Use FDExtractFieldName when parsing a delimited string of names such as those used as parameters to many methods on database-specific objects.

FDExtractFieldName returns a string with the single name that began at position APos when the function was called.

See Also