Vcl.StdCtrls.TCustomComboBoxStrings.Get

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

説明

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

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

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

関連項目