FMX.Platform.IFMXClipboardService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXClipboardService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{CC9F70B3-E5AE-4E01-A6FB-E3FC54F5C54E}") IFMXClipboardService  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Platform service to interact with the system clipboard.

Note: IFMXExtendedClipboardService is an alternative to IFMXClipboardService that provides additional features.

See Also