FireDAC.Stan.Util.FDNameFromIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDNameFromIndex(AStrs: TStrings; AIndex: Integer): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDNameFromIndex(System::Classes::TStrings* AStrs, int AIndex);

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 name at the position indicated by the AIndex variable, from a list of strings.

You can use FDNameFromIndex to access the name part at a particular location AIndex in the string list specified by the AStrs variable.

See Also