FMX.Memo.TCustomMemo.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData: TValue; override;

C++

virtual System::Rtti::TValue __fastcall GetData();

Properties

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

Description

Returns the text from the memo control.


See Also