Vcl.ShareContract.TCustomSharingContract.InitSharing

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

Delphi

procedure InitSharing;

C++

void __fastcall InitSharing();

プロパティ

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


説明

共有を初期化します。

共有コンポーネントが nil の場合、このメソッドはそれを作成し、すべてのデフォルト プロパティを設定して、イベント OnAppChosenOnTransferImage に対してイベント ハンドラを登録します。

例外

InitSharing への呼び出しは、次の例外を発生させる可能性があります:

Exception Exception.Message シナリオ

EShareContractException

ShareContract は利用できません。

  • TCustomSharingContract コンポーネントは、サポートされていない Windows バージョン上で使用します。

関連項目