FMX.StdCtrls.TPresentedTextControl.SetTextInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextInternal(const Value: string); virtual;

C++

virtual void __fastcall SetTextInternal(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Sets a new value to the Text property in TPresentedTextControl.

Use SetTextInternal to set a value to the text property without calling DoTextChanged.

See Also