Param.getPPCreateObj

Syntax

getPPCreateObj();

Description

The getPPCreateObj method returns parameter properties as a JSON object.

Comments

This method returns a JSON object with the following fields: Data with the Binding property - parameter display settings stored in Param.Binding, IsNullable - indicates if the parameter can get the Null value, IsVisible - indicates if the parameter is visible, MaxValue - maximum value of the parameter, MinValue - its minimum value, PPType - type, Value - the current value.

Example

The example of method use is given on the Param Constructor page.

See also:

Param