Back to product page

Show method


Shows configuration window.

Type

Boolean

Syntax

  • Basic
object.Show (Title, [OwnerHwnd])
The Show(object,Title,OwnerHwnd) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVars
TitleString.
OwnerHwndVariant.

Remarks

Shows method opens the configuration window with all the variables in the collection, allowing you to change them (from allowed values). When user clicks on "OK" button on it, all the values are stored back to the collection.

Typically, you will use it to show chat room configuration data obtained through GetSettings, and then send them back to the server using SaveSettings method. You can also use it when you receive result of Search method, in ContactSearchDone event. It will look like this:


Platforms

Windows