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

Description

Protected setter implementation for the Data property.

Additionally, if Value is a TPersistent descendant, the Bitmap property is also set to Value.

See Also