Cocoa Internals/Clipboard

From Free Pascal wiki
Revision as of 17:49, 23 May 2019 by Skalogryz (talk | contribs)
Jump to navigationJump to search

Cocoa implements clipboard functionality via NSPasteboard class.

The contents of the clipboard is synchronized on every event, using FClipboard.Sync method. If any new contents appears on the clipboard the method would trigger the notification messages.

See Also