[Overview][Types][Classes][Procedures and functions][Index] |
Contains the clipboard formats currently in use for the class instance.
Source position: clipbrd.pp line 229
public property TClipboard.Formats[Index: Integer] : TClipboardFormat |
Formats is an indexed read-only TClipBoardFormat property which returns 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 to use the SupportedFormats method.
Version 4.0 | Generated 2025-05-03 | Home |