List of Imagine methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Wiccan (talk | contribs)
Automatically generated page update
 
Add ApsySuffix and DbsName methods
 
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[ApsySuffix (Imagine property)|ApsySuffix]]</td><td valign="top">Return the APSY suffix character for the current connection</td></tr>
<tr><td valign="top">[[Call (Imagine function)|Call]]</td><td valign="top">Run Imagine code on the Transparency Broker</td></tr>
<tr><td valign="top">[[Call (Imagine function)|Call]]</td><td valign="top">Run Imagine code on the Transparency Broker</td></tr>
<tr><td valign="top">[[DbsName (Imagine property)|DbsName]]</td><td valign="top">Return the DBS name for the current connection</td></tr>
</table>
</table>
</div>
</div>

Latest revision as of 03:23, 14 April 2026

The following are the available Imagine class methods.

MethodDescription
ApsySuffixReturn the APSY suffix character for the current connection
CallRun Imagine code on the Transparency Broker
DbsNameReturn the DBS name for the current connection

See also