Vcl.StdCtrls.TCustomComboBox.GetSelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelText: string;

C++

System::UnicodeString __fastcall GetSelText();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

Returns the value of the SelText property.

GetSelText is the protected read implementation of the SelText property.

See Also