FireDAC.Stan.Util.FDValueFromIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

指定された位置にある文字列を返します。


FDValueFromIndex は、AStrs 文字列リスト内の指定位置(AIndex)にある値を返します。

関連項目