Assign properties from another TCSVHandler instance.
Source position: csvreadwrite.pp line 86
| public procedure TCSVHandler.AssignCSVProperties( | 
| ASource: TCSVHandler | 
| ); | 
| ASource | 
 | Source to copy properties from. | 
AssignCSVProperties is called by Assign to copy all TCSVHandler properties from the aSource instance to the current instance.
| 
 | Assign properties from another TCSVHandler instance. |