FireDAC.Stan.Util.FDFieldNamesToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDFieldNamesToArray(const AFieldNames: String; var AFieldNamesArray: TFDStringArray);

C++

extern DELPHI_PACKAGE void __fastcall FDFieldNamesToArray(const System::UnicodeString AFieldNames, Firedac::Stan::Intf::TFDStringArray &AFieldNamesArray);

Properties

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

Description

Converts field names within a string to an array of strings.

The FDFieldNamesToArray procedure converts the AFieldNames parameter value, containing the ';' separated list of strings, to a String array, AFieldNamesArray.

See Also