JCL Help:TWideStrings.AssignTo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TWideStrings.AssignTo Method
Search in JCL Help
Search in all projects
Summary
AssignTo assigns itself to the specified object.
Pascal
public procedure AssignTo(Dest: TPersistent); override;
Parameters
Parameters | Description |
Dest: TPersistent | The TStrings or TWideStrings descendant to which to assign this list. |
Description
AssignTo assigns itself to the specified Dest(ination) object. For AssignTo to do anything the Dest object must be of type TStrings or TWideStrings. Conceptually AssignTo is equivalent to Dest.Assign(Self) except that this method enables a TWideStrings to be assigned to a TStrings which otherwise wouldn't be possible.
About
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page