FMX.Clipboard.IFMXExtendedClipboardService Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
GetClipboardpublicIn descendants, GetClipboard implements functionality to return the data from the system clipboard.
GetCustomFormatpublicFills the specified data stream with the content of the system clipboard and returns True on success or False otherwise.
GetImagepublicReturns the image content of the system clipboard as a bitmap surface.
GetTextpublicReturns the text content of the system clipboard as a string.
HasCustomFormatpublicReturns True if the system clipboard contains data stored in the specified custom format or False otherwise.
HasImagepublicReturns True if the system clipboard contains data stored in image format or False otherwise.
HasTextpublicReturns True if the system clipboard contains data stored in text format or False otherwise.
IsCustomFormatRegisteredpublicReturns True if the specified custom format identifier is registered or False otherwise.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
RegisterCustomFormatpublicRegisters the specified identifier for a custom data format that you can use read or write arbitrary data into the system clipboard.
ReleasepublicDecrements the reference count for this interface.
SetClipboardpublicIn descendants, SetClipboard implements functionality to put the given Value into the system clipboard.
SetCustomFormatpublicFills the system clipboard with the specified stream of data in the specified registered custom format.
SetImagepublicFills the system clipboard with the specified bitmap surface.
SetTextpublicFills the system clipboard with the specified text.
SupportspublicIndicates whether a given interface supports a specific (another) interface.
UnregisterCustomFormatpublicUnregisters the specified custom format identifier.