[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to get a stream instance with the data for a given clipboard format.
Source position: lcltype.pp line 2717
type TClipboardRequestEvent = procedure( |
const RequestedFormatID: TClipboardFormat; |
Data: TStream |
) of object; |
TClipboardRequestEvent is the type used to represent an event handler procedure for clipboard requests in widgetset classes. It is the type used to implement the OnRequest event handler in TClipboard.
|
OnRequest - event handler for a request for clipboard data. |
Version 4.0 | Generated 2025-05-03 | Home |