Vcl.ComCtrls.TComboBoxExStrings.Get

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

Delphi

function Get(Index: Integer): String; override;

C++

virtual System::UnicodeString __fastcall Get(int Index);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

説明

そのインデックスを指定された文字列を返します。

Vcl.ComCtrls.TComboBoxExStrings.Get は Vcl.StdCtrls.TCustomComboBoxStrings.Get を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBoxStrings.Get を参照しています。

そのインデックスを指定された文字列を返します。

Get は,Strings プロパティの読み出し専用のプロテクトメソッドです。ComboBox プロパティで識別されたコンボボックスから,指定した文字列がフェッチされます。

Index は,返す文字列を識別します。Index 値 0 は最初の文字列,1 は 2 番めの文字列を表します。

関連項目