Unit 'Clipbrd' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TClipboard.SupportedFormats

SupportedFormats - fills a stringlist with the names of the supported MIME types.

Declaration

Source position: clipbrd.pp line 211

public procedure TClipboard.SupportedFormats(

  List: TStrings

);

procedure TClipboard.SupportedFormats(

  var AFormatCount: Integer;

  var FormatList: PClipboardFormat

);