Vcl.ShareContract.TCustomSharingContract.IconFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconFile: string read GetIconFile write SetIconFile;

C++

__property System::UnicodeString IconFile = {read=GetIconFile, write=SetIconFile};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ShareContract.pas
Vcl.ShareContract.hpp
Vcl.ShareContract TCustomSharingContract

Description

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