Vcl.ShareContract.TCustomSharingContract.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: string read GetDescription write SetDescription;

C++

__property System::UnicodeString Description = {read=GetDescription, write=SetDescription};

Properties

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

Description

The description of the sharing tile.

This is the description of the sharing tile that displays in the sharing sidebar.

Note: If you specify a long description, it may be truncated.

See Also