Unit 'Clipbrd' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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] : PtrUInt
  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 use "SupportedFormats".