API:FMX.ExtCtrls.TPopupBox.SetText

From RAD Studio API Documentation
Jump to: navigation, search

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

This property is used to change the displayed text.

FMX.ExtCtrls.TPopupBox.SetText inherits from FMX.StdCtrls.TPresentedTextControl.SetText. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.SetText.

This property is used to change the displayed text.

See Also