FMX.Memo.TCustomMemo.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(const Value: TValue); override;

C++

virtual void __fastcall SetData(const System::Rtti::TValue &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Modifies the value of the Text property.

Sets the Text property to Value.

See Also