Sharing Content Using the Sharing Contract

From RAD Studio
Jump to: navigation, search

Go Up to VCL


You can share content with a Windows application using the functionality of a Sharing Contract. RAD Studio implements the Share Contract API that allows you to set your application as a sharing source. The shared target has to be a native Windows application.

The implementation of the Sharing Contract in RAD Studio lets you use the Sharing Contract functionality either by using the TSharingContract component or by implementing you own TCustomSharingContract component.

There are many properties that you can share using the Sharing Contract:

See Also