[Overview][Types][Classes][Procedures and functions][Index] |
Writes the specified component to the storage for the Clipboard format.
Source position: clipbrd.pp line 220
public function TClipboard.SetComponent( |
Component: TComponent |
):Boolean; |
Component |
|
Component stored in the clipboard. |
Clears any existing data stored in the component clipboard format before storing the binary content in the Component argument. Calls BeginUpdate and EndUpdate to perform the operation as a single write.
Version 4.0 | Generated 2025-05-03 | Home |