FMX.MultiResBitmap.TCustomBitmapItem.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomBitmapItem

Description

Copies the contents of the Source bitmap item to the current bitmap item.

Source must be a descendant of TCustomBitmapItem or nil. If Source is nil then the current bitmap is cleaned and all properties get the default values.

See Also