[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Clipbrd' (#lcl)

TClipboard.Formats

Formats - the formats being used in the current clipboard.

Declaration

Source position: clipbrd.pp line 231

public property TClipboard.Formats[Index: Integer] : TClipboardFormat
  read GetFormats;

Description

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 to use "SupportedFormats".