Contains the names associated with the clipboard types accessed using the enumeration values.
Source position: lcltype.pp line 2723
const ClipboardTypeName: array [TClipboardType] of string = ('primary selection', 'secondary selection', 'clipboard'); |