FMX.Memo.TCustomMemo.SetData
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.