AddClientControl Method

The AddClientControl method adds a control in the client. It returns nothing. It uses the following syntax:

Applet.prototype.AddClientControl = function (ctrlInfo) {    
.... 
} 

It includes no arguments.

For an example that uses the GetControls method, see Customizing Methods in the Presentation Model to Store Field Values.