[Overview][Types][Classes][Procedures and functions][Index] |
Open the clipboard to receive and transmit data.
Source position: clipbrd.pp line 217
public procedure TClipboard.Open; |
Used along with Close to control reading and writing to / from the LCL interface. If Open has been called, the clipboard will not read from or write to the LCL interface. Instead it will collect all changes until Close is called. It will then try to commit all changes as one block.
Version 4.0 | Generated 2025-05-03 | Home |