[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#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 944

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 3.2 Generated 2024-02-25 Home