FMX.ExtCtrls.TPopupBox.SetText
Delphi
procedure SetText(const Value: string); override;
C++
virtual void __fastcall SetText(const System::UnicodeString Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | TPopupBox |
Description
Sets the Text property of the control.
Value specifies the new value of the Text property.
Text is set to an empty string if Value cannot be found in Items.