|
TClipboardFormats Class
List of strings describing clipboard formats.
Pascal
TClipboardFormats = class(TStringList);
Description
This class is an extended string list which allows to enter description strings for clipboard formats which are checked agains registered formats and only accepted if the particular format could be found. This way there is an unambiqious and portable description of allowed clipboard formats possible.
Group
Members
Constructor of the class.
Adds a new format to the internal list.
Legend
public
Property
read only
Method
virtual
Class Hierarchy
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|