[Overview][Types][Classes][Procedures and functions][Index] |
OnRequest - event handler for a request for clipboard data.
Source position: clipbrd.pp line 230
public property TClipboard.OnRequest : TClipboardRequestEvent |
OnRequest - event handler for a request for clipboard data.
If the clipboard has the ownership, this event will be called each time data are requested from the clipboard by the application or another application.
There is one special case:
If the clipboard loses ownership the OnRequest event will be called with FormatID=0. This event will be erased on lost of ownership.
If the OnRequest event was already set before, the prior method will be called with FormatID=0 to be notified of the loss.
Version 4.0 | Generated 2025-05-03 | Home |