Vcl.ShareContract.TCustomSharingContract.Description

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Description: string read GetDescription write SetDescription;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ShareContract.pas
Vcl.ShareContract.hpp
Vcl.ShareContract TCustomSharingContract


説明

共有タイルの説明。

これは、共有サイドバーに表示される共有タイルの説明です。

メモ: 説明が長いと、切り詰められる場合があります。

関連項目