Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPicture.Assign

Assign - if the Source is a valid graphic type, copy the relevant details to the current object, otherwise call inherited Assign.

Declaration

Source position: graphics.pp line 930

public procedure TPicture.Assign(

  Source: TPersistent

); override;

Description

Assign copies the contents of the given TPicture. Used most often in the implementation of TPicture properties.

See also

TPersistent.Assign


Version 4.4 Generated 2025-11-08 Home