FMX.Objects.TImage.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.Objects.pas
FMX.Objects.hpp
FMX.Objects TImage

Description

Protected getter implementation for the Data property.

If the Data property is empty, GetData returns the value of the Bitmap property.

See Also