Vcl.StdCtrls.TCustomComboBox.GetSelText

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

Delphi

function GetSelText: string;

C++

System::UnicodeString __fastcall GetSelText();

プロパティ

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

説明

SelText プロパティの値を返します。

GetSelText は,SelText プロパティのプロテクト読み出し実装です。

関連項目