System.Win.ComServ.TComServer.UIInteractive

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

Delphi

property UIInteractive: Boolean read FUIInteractive write FUIInteractive;

C++

__property bool UIInteractive = {read=FUIInteractive, write=FUIInteractive, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Win.ComServ.pas
System.Win.ComServ.hpp
System.Win.ComServ TComServer

説明

サーバーがユーザーにエラーメッセージを表示するかどうかを制御します。

UIInteractive プロパティを使用すると,サーバーがユーザーインターフェースを提供するかどうかを指定できます。UIInteractive を false に設定すると,サーバーのエラーが発生したときにエラーメッセージを表示しないことを指定できます。たとえば,COM サーバーをサービスとして実行する場合には,UIInteractive は false でなければなりません。