<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_ShowErrorMsgs</id>
	<title>RPC HELP TRPCBroker ShowErrorMsgs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_ShowErrorMsgs"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_ShowErrorMsgs&amp;action=history"/>
	<updated>2026-05-03T02:43:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_ShowErrorMsgs&amp;diff=16595&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot;&lt;h2&gt;ShowErrorMsgs Property&lt;/h2&gt;  &lt;h3&gt;Applies to&lt;/h3&gt;     TRPCBroker component 	 &lt;h3&gt;Declaration&lt;/h3&gt;     property ShowErrorMsgs: TShowErrorMsgs; 	  &lt;h3...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_ShowErrorMsgs&amp;diff=16595&amp;oldid=prev"/>
		<updated>2015-07-04T20:31:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;h2&amp;gt;ShowErrorMsgs Property&amp;lt;/h2&amp;gt;  &amp;lt;h3&amp;gt;Applies to&amp;lt;/h3&amp;gt;     &lt;a href=&quot;/index.php/RPC_HELP_TRPCBroker&quot; title=&quot;RPC HELP TRPCBroker&quot;&gt;TRPCBroker&lt;/a&gt; component 	 &amp;lt;h3&amp;gt;Declaration&amp;lt;/h3&amp;gt;     property ShowErrorMsgs: TShowErrorMsgs; 	  &amp;lt;h3...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;h2&amp;gt;ShowErrorMsgs Property&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Applies to&amp;lt;/h3&amp;gt;&lt;br /&gt;
    [[RPC_HELP_TRPCBroker|TRPCBroker]] component&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;h3&amp;gt;Declaration&amp;lt;/h3&amp;gt;&lt;br /&gt;
    property ShowErrorMsgs: TShowErrorMsgs;&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Description&amp;lt;/h3&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;ShowErrorMsgs&amp;#039;&amp;#039;&amp;#039; design-time property gives the developer the ability to determine how an exception will be handled, if an error handler has not been provided through the OnRpcbError property (i.e., a procedure property that is set to the name of a procedure that will be called if an error is encountered). If the OnRpcbError property is assigned, then exception processing will be delegated to that procedure. Otherwise, exception handling will be based on the value of ShowErrorMsgs property.&lt;br /&gt;
	&lt;br /&gt;
The following table lists the possible values:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Value --  Meaning&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;semRaise (default)&amp;#039;&amp;#039;&amp;#039;  -- This is the default value. The Broker will not handle the error directly but pass it off to the application in general to process, which may result in a different message box display or some other type of error indication.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;semQuiet&amp;#039;&amp;#039;&amp;#039;  -- The error will &amp;#039;&amp;#039;not&amp;#039;&amp;#039; be displayed or raised. This requires the application to check the value of the [[RPC_HELP_TRPCBroker_RPCBError|RPCBError]] property following calls to the Broker to determine whether an error has occurred, and if so, what the error was. This may be desirable, if the application requires that errors not result in display boxes, etc., as might be the case with an NT service or Web application.&lt;br /&gt;
	&lt;br /&gt;
Note: Run the &amp;quot;Error Handling Demo&amp;quot; application (i.e., XWBOnFail.EXE, located in the ..\BDK\Samples\SilentSignOn p [13] directory), to illustrate the effects of TRPCBroker properties related to Error Handling.&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>