FireDAC.Stan.Util.FDValueFromIndex
Delphi
function FDValueFromIndex(AStrs: TStrings; AIndex: Integer): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDValueFromIndex(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 string at a specified position.
FDValueFromIndex returns the value part at the AStrs
string list position indicated by AIndex
.