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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.