[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCustomBitmap.Assign

Assign: find out about the Source of the call.

Declaration

Source position: graphics.pp line 1468

public procedure TCustomBitmap.Assign(

  Source: TPersistent

); override;

Arguments

Source

  

The Source control (usually a Bitmap) for the Assign procedure

Description

Assign: find out about the Source of the call.
If the BitMap data are already in use, the data are shared; if not, a new BitMap is produced

The latest version of this document can be found at lazarus-ccr.sourceforge.net.