<?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_TCCOWRPCBroker_IsUserCleared_Example</id>
	<title>RPC HELP TCCOWRPCBroker IsUserCleared Example - 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_TCCOWRPCBroker_IsUserCleared_Example"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TCCOWRPCBroker_IsUserCleared_Example&amp;action=history"/>
	<updated>2026-05-11T01:02:55Z</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_TCCOWRPCBroker_IsUserCleared_Example&amp;diff=16948&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot; RPC Broker Help Home &lt;h2&gt;IsUserCleared Example&lt;/h2&gt; In the event handler for the Commit event of the ContextorControl, developers can check whether or not...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TCCOWRPCBroker_IsUserCleared_Example&amp;diff=16948&amp;oldid=prev"/>
		<updated>2015-07-08T18:11:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/RPC_Broker_Help&quot; title=&quot;RPC Broker Help&quot;&gt; RPC Broker Help Home&lt;/a&gt; &amp;lt;h2&amp;gt;IsUserCleared Example&amp;lt;/h2&amp;gt; In the event handler for the Commit event of the ContextorControl, developers can check whether or not...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[RPC_Broker_Help| RPC Broker Help Home]]&lt;br /&gt;
&amp;lt;h2&amp;gt;IsUserCleared Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
In the event handler for the Commit event of the ContextorControl, developers can check whether or not the user was previously defined, and is now undefined or null. In this case, developers would want to do any necessary processing, then halt.&lt;br /&gt;
	&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;Procedure&amp;#039;&amp;#039;&amp;#039; TForm1.CommitHandler(Sender: TObject)&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;begin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      &amp;#039;&amp;#039;&amp;#039;with&amp;#039;&amp;#039;&amp;#039; CCOWRPCBroker1 &amp;#039;&amp;#039;&amp;#039;do begin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
        if WasUserDefined and IsUserCleared then begin&lt;br /&gt;
          // do any necessary processing before halting&lt;br /&gt;
          halt;&lt;br /&gt;
        &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>