Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TCSVHandler.Assign

Assign properties from another TCSVHandler instance.

Declaration

Source position: csvreadwrite.pp line 78

public procedure TCSVHandler.Assign(

  ASource: TPersistent

); override;

Arguments

ASource

  

Source instance to copy properties from.

Description

Assign overrides TPersistent.Assign to copy all TCSVHandler properties from the aSource instance to the current instance. It calls AssignCSVProperties to do the actual copying.

See also

TPersistent.Assign


Documentation generated on: Jul 24 2023