Text Box V Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Text Box/Text Box V Directive.xml
The V directive creates a vertical scroll bar in a Text Box.
SQL::InsertStatement::Execute v
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
How to configure a site to use HTTPS under IIS
/documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml

Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.

A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.

The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.

Open a Grid component
/documentation/pages/Ref/Action Javascript/Open a Grid component.xml
Opens a grid component in a pop-up window, or in a DIV on the current page. This requires first defining a grid component.
Javascript Actions Editor
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Javascript Actions Editor.xml
Opens the Javascript Actions Editor which allows for the creation of unbound events.
onImageError
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
onImageError
/documentation/pages/Guides/Mobile and Web Components/UX/Events/Client-Side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
Background Geolocation-LT Plugin
/documentation/pages/Guides/PhoneGap/Plugins/Background Geolocation.xml
Continuously capture the user's location using the Background Geolocation-LT plugin.
Sockets Methods
/documentation/pages/Ref/Api/Objects/System/Sockets/index.xml
Methods available for a Sockets object.
SOCKETS.PEEK Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.PEEK Method.xml
Read bytes from socket into string without removing the bytes from the socket stream.