TCustomVirtualTreeOptions.AssignTo Method

Virtual Tree View

Used to copy this option class to another option collection.

Pascal
procedure AssignTo(Dest: TPersistent); override;
Description

This is the usual method to support streaming or simply copying of this class. To stay open for future enhancements in form of new descentants not Assign but AssignTo has been used. AssignTo is called by TPersistent if there is no Assign method.

Class
Links
What do you think about this topic? Send feedback!