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

TGraphic.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