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

TGraphic.Assign

Assign - checks if there really is a source to assign (if not, calls Clear), then calls inherited method.

Declaration

Source position: graphics.pp line 808

public procedure TGraphic.Assign(

  ASource: TPersistent

); override;

Arguments

ASource

  

Persistent object with values copied in the method.

See also

TPersistent.Assign