System.Win.ComServ.TComServer.UIInteractive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UIInteractive: Boolean read FUIInteractive write FUIInteractive;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComServ.pas
System.Win.ComServ.hpp
System.Win.ComServ TComServer

Description

Controls whether the server displays error messages to the user.

Use UIInteractive to determine whether the server has a user interface. Set UIInteractive to False to suppress error messages that appear when there are server errors. For example, UIInteractive should be False for COM servers running as a service