[Overview][Types][Classes][Procedures and functions][Index] |
Formats - the formats being used in the current clipboard
Source position: clipbrd.pp line 231
public property TClipboard.Formats: TClipboardFormat |
Formats - the formats being used in the current clipboard
You can read the formats with this property one by one. But this will result in many requests, which can be very slow (especially on terminals).
Better use "SupportedFormats".
lazarus-ccr.sourceforge.net |