Copies the contents of another similar object to the current object
Notes to Inheritors |
---|
Most objects override Assign to handle the assignment of properties from similar objects. When overriding Assign, call the inherited method if the destination object cannot handle the assignment of properties from the class of the Source parameter |
Namespace: FMX.RS.BarCharts
Delphi |
public |
Parameters
Source
Type: TPersistent
TRSChartGraphicArea.Assign(TPersistent)
Reference |