Vcl.DBCtrls.TCustomDBLookupComboBox.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read FText;

C++

__property System::UnicodeString Text = {read=FText};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

The content of the edit control.

Use the Text property to read the content of the edit control portion of the combo box. The property is readonly.


See Also