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

TWidgetSet.ClipboardGetData

Gets clipboard data for a given format and saves it to the specified stream.

Declaration

Source position: lclintfh.inc line 42

public function TWidgetSet.ClipboardGetData(

  ClipboardType: TClipboardType;

  FormatID: TClipboardFormat;

  Stream: TStream

):Boolean; virtual;

Arguments

ClipboardType

  

The clipboard operation type.

FormatID

  

Identifier for the registered clipboard format.

Stream

  

Stream where the clipboard data is appended.

Function result

True if clipboard data was successfully retrieved and stored in the method.


Version 4.0 Generated 2025-05-03 Home