Vcl.StdCtrls.TCustomComboBox.GetSelText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSelText: string;

C++

System::UnicodeString __fastcall GetSelText();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Beschreibung

Gibt den Wert der Eigenschaft SelText zurück.

GetSelText ist die als protected deklarierte Lese-Implementierung der Eigenschaft SelText.

Siehe auch