|
TCustomStringTreeOptions.AssignTo Method
Used to copy the options class.
Pascal
procedure AssignTo(Dest: TPersistent); override;
Description
You can either call this method directly or use the Assign method of the target class to do the assignment. Implementing AssignTo instead of Assign allows for future enhancements. TPersistent will automatically call AssignTo if there was no Assign method.
Class
Links
What do you think about this topic? Send feedback!
|