JCL Help:TJclTabSet.Clone

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Initializes a new tab set instance equal to the current instance.


Pascal

 public function Clone: TJclTabSet;


Return Value

nil if Clone is called on a nil instance
- or -
A new TJclTabSet instance identical to the instance Close was called on


Description

The Clone method initializes a new instance of the TJclTabSet class and copies the contents of the current instance to the new one.


See Also

NewReference


About

Donator

Marcel Bestebroer


Notes

This method is nil-safe; when invoked on a nil-reference, this method will return nil.


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