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

TPredefinedClipboardFormat

Represents predefined clipboard formats used in the LCL.

Declaration

Source position: lcltype.pp line 2735

type TPredefinedClipboardFormat = (

  pcfText,

  

Clipboard contains plain text.

  pcfBitmap,

  

Clipboard contains an image using the .BMP or Bitmap format.

  pcfPixmap,

  

Clipboard contains an image using the PixMap format.

  pcfIcon,

  

Clipboard contains an image using the .ico or Icon format.

  pcfPicture,

  

Clipboard contains an image using the TPicture format.

  pcfMetaFilePict,

  pcfObject,

  

Clipboard contains an object (TObject) instance.

  pcfComponent,

  

Clipboard contains a component (TComponent) instance.

  pcfCustomData

  

Clipboard contains data stored using an application-specific custom format.

);

Description

Values in the enumeration indicates the type of content stored on the clipboard. Values from the enumeration are passed as an argument to routines in the LCL interface, and used in the implementation of widgetset classes.

See also

PredefinedClipboardMimeTypes

  

Contains MIME types for the values in the TPredefinedClipboardFormat enumeration.


Version 3.2 Generated 2024-02-25 Home