API:Vcl.ShareContract.TSharingContract.IconFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconFile: string read GetIconFile write SetIconFile default 0;

C++

__property IconFile = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ShareContract.pas
Vcl.ShareContract.hpp
Vcl.ShareContract TSharingContract

Description

The icon to share with the target application.

Vcl.ShareContract.TSharingContract.IconFile inherits from Vcl.ShareContract.TCustomSharingContract.IconFile. All content below this line refers to Vcl.ShareContract.TCustomSharingContract.IconFile. The icon to share with the target application.

Note: This property does not affect the icon that appears in the sharing tile in the sidebar. The icon in that tile is the same as the icon of your application.

See Also