Page 1 of 1

Where to find documentation

PostPosted: 14 Jun 2012 14:25
by Jorge Sousa
You have two chm files installed, one for jQuery, other for jQueryMobile suite.

In the installation, the setup creates a shortcut in user menu.

This chm files are update versions of online reference documentation:


In Delphi/CB IDE at Design-Time, right click one of our components, and you will be forward to the plugin documentation site.

You soon will see that all the plugins options, events, and Client API that can be found in plugin documentation, are implemented in our components properties and methods, in a Delphi / C++ manner.

These options, are implementled by Option Classes, like TIWCGJQButtonOptions (property IWCGJQButton.JQButtonOptions), and the client API in its methods: IWCGJQButton.JQButtonOptions.Disable, for instance.