TBaseVirtualTree.FlushClipboard Method

Virtual Tree View

Renders all pending clipboard data.

Pascal
procedure FlushClipboard;
Description

Used to render the data which is currently on the clipboard and finishes so the delayed rendering. This method is useful if the tree is about to be destroyed but data from this tree is still on the clipboard and should stay there. If this method is not used then any pending clipboard operation is cancelled on tree destruction (by the tree instance which currently has data on the clipboard) and the clipboard itself is cleared.

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