# SalNumber

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

SAL Number basic type. It wraps .NET native Decimal type. SalNumber objects are automatically cast to and from SalBoolean, Decimal, and int.

{% tabs %}
{% tab title="C#" %}

```csharp
public struct SalNumber : ValueType, IComparable, IConvertible, IFormattable, INullable, ISalType, IXmlSerializable
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Structure SalNumber
    Implements ValueType, IComparable, IConvertible, IFormattable, INullable, ISalType, IXmlSerializable
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                  | Description |
| ----- | --------------------------------------------------------------------- | ----------- |
| **x** | [Decimal](https://docs.microsoft.com/en-us/dotnet/api/system.decimal) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [Double](https://docs.microsoft.com/en-us/dotnet/api/system.double) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [Single](https://docs.microsoft.com/en-us/dotnet/api/system.single) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                              | Description |
| ----- | ----------------------------------------------------------------- | ----------- |
| **x** | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [UInt32](https://docs.microsoft.com/en-us/dotnet/api/system.uint32) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                              | Description |
| ----- | ----------------------------------------------------------------- | ----------- |
| **x** | [Int64](https://docs.microsoft.com/en-us/dotnet/api/system.int64) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [UInt64](https://docs.microsoft.com/en-us/dotnet/api/system.uint64) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                              | Description |
| ----- | ----------------------------------------------------------------- | ----------- |
| **x** | [Int16](https://docs.microsoft.com/en-us/dotnet/api/system.int16) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [UInt16](https://docs.microsoft.com/en-us/dotnet/api/system.uint16) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                            | Description |
| ----- | --------------------------------------------------------------- | ----------- |
| **x** | [Char](https://docs.microsoft.com/en-us/dotnet/api/system.char) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                            | Description |
| ----- | --------------------------------------------------------------- | ----------- |
| **x** | [Byte](https://docs.microsoft.com/en-us/dotnet/api/system.byte) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                  | Description |
| ----- | --------------------------------------------------------------------- | ----------- |
| **x** | [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                            | Description |
| ----- | --------------------------------------------------------------- | ----------- |
| **x** | [Enum](https://docs.microsoft.com/en-us/dotnet/api/system.enum) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalNumber(x)

Creates a new SalNumber.

| Name  | Type                                                                | Description |
| ----- | ------------------------------------------------------------------- | ----------- |
| **x** | [IntPtr](https://docs.microsoft.com/en-us/dotnet/api/system.intptr) |             |

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)IsNull

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Checks if this SalNumber object contain a null value.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Value

[Decimal](https://docs.microsoft.com/en-us/dotnet/api/system.decimal): Returns the inner decimal value

## Methods

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Abs()

Computes a number's absolute value.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNum

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Add(x, y)

* operators for adding two SalNumber objects

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ArcCos()

Computes the arc cosine of a value in the range 0 to 1. The value's domain is -1 to 1.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nArcCos

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ArcSin()

Computes a value's arc sine. The value's domain is -1 to 1.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nArcSin

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ArcTan()

Computes a value's arc tangent.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nArcTan

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)ArcTan2(nm\_valueY, nm\_valueX)

Computes the arc tangent of two values. This function uses the signs of both parameters to determine the quadrant of the return value.

| Parameter      | Type                                                                                        | Description                                         |
| -------------- | ------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| **nm\_valueY** | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | One of two values whose arc tangent you want.       |
| **nm\_valueX** | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The other of two values whose arc tangent you want. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nArcTan2

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Compare(x, y)

Compares two SalNumbers values.

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)CompareTo(obj)

compare to an object

| Parameter | Type                                                                | Description |
| --------- | ------------------------------------------------------------------- | ----------- |
| **obj**   | [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) |             |

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)CompareTo(x)

compare to a number

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Cos()

Computes an angle's cosine.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nCos

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)CosH()

Computes an angle's hyperbolic cosine.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nCosH

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Divide(x, y)

/ operator for dividing two SalNumber objects

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Exponent()

Computes a value's exponential function.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumExp

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)HighWord()

Returns a number's high-order word value (most significant 16 bits).

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Hypot(nX, nY)

Computes the length of the hypotenuse of a right triangle, given the lengths of the other two sides.

| Parameter | Type                                                                                        | Description                                     |
| --------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| **nX**    | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The length of one side of a right triangle.     |
| **nY**    | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The length of another side of a right triangle. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nHypotenuse

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Log()

Computes a number's natural logarithm.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nLog

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)LogBase10()

Computes a number's base 10 logarithm.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nLogBase10

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)LowWord()

Returns a number's low-order word value (least significant 16 bits).

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nLo

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Max(x, y)

Returns the greater of two values.

| Parameter | Type                                                                                        | Description               |
| --------- | ------------------------------------------------------------------------------------------- | ------------------------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The first of two values.  |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The second of two values. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumMax

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Min(x, y)

Returns the lesser of two values.

| Parameter | Type                                                                                        | Description       |
| --------- | ------------------------------------------------------------------------------------------- | ----------------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The first value.  |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The second value. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumMin

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Mod(nDividend)

Returns a number's modulo.

| Parameter     | Type                                                                                        | Description         |
| ------------- | ------------------------------------------------------------------------------------------- | ------------------- |
| **nDividend** | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The dividend value. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nModulo

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Multiply(x, y)

* operator for multiplying two SalNumber objects

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Negate(x)

Negation operator.

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Pi()

Multiples a number by Pi. Pi is equal to 3.1415926535979323.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumPi

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Power(power)

Computes nX raised to the power of nY. This function does not recognize integral, floating-point values greater than 2 to the 64th power, such as 1.0E100.

| Parameter | Type                                                                                        | Description   |
| --------- | ------------------------------------------------------------------------------------------- | ------------- |
| **power** | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | The exponent. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumPower

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)RandInit(seed)

Sets the starting point for generating a series of pseudo-random numbers using SalNumberRandom.

| Parameter | Type                                                              | Description                                                    |
| --------- | ----------------------------------------------------------------- | -------------------------------------------------------------- |
| **seed**  | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) | The starting point. A whole number in the range of 0 to 32767. |

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean). bOk

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Random()

Generates a pseudo-random number. The numbers generated by this function are integers (whole numbers) in the range 0 to 32767 (0 to 0x7FFF).

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nRandomNum

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Round()

Returns a rounded number. If the fractional part of a number is greater than or equal to .5, rounds the number up. For example, the number 124.33 returns 124; the number 124.56 returns 125.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nResult

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Sin()

Computes an angle's sine.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nSin

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SinH()

Computes an angle's hyperbolic sine.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nSinH

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Sqrt()

Computes a number's square root.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nSqrt

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)Subtract(x, y)

* operator for subtracting two SalNumber objects

| Parameter | Type                                                                                        | Description |
| --------- | ------------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |
| **y**     | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |             |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Tan()

Computes an angle's tangent.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nTan

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)TanH()

Computes an angle's hyperbolic tangent.

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nTanH

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToBoolean()

to boolean

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToByte()

to byte

**Returns:** [Byte](https://docs.microsoft.com/en-us/dotnet/api/system.byte).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToChar()

to char

**Returns:** [Char](https://docs.microsoft.com/en-us/dotnet/api/system.char).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToCharacter()

Converts a decimal value to a UNICODE character.

**Returns:** [SalString](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToDecimal()

to decimal

**Returns:** [Decimal](https://docs.microsoft.com/en-us/dotnet/api/system.decimal).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToDouble()

to double

**Returns:** [Double](https://docs.microsoft.com/en-us/dotnet/api/system.double).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToInt16()

to int16

**Returns:** [Int16](https://docs.microsoft.com/en-us/dotnet/api/system.int16).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToInt32()

to int32

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToInt64()

to int64

**Returns:** [Int64](https://docs.microsoft.com/en-us/dotnet/api/system.int64).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToIntPtr()

to intptr

**Returns:** [IntPtr](https://docs.microsoft.com/en-us/dotnet/api/system.intptr).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToSByte()

to sbyte

**Returns:** [SByte](https://docs.microsoft.com/en-us/dotnet/api/system.sbyte).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToSingle()

to single

**Returns:** [Single](https://docs.microsoft.com/en-us/dotnet/api/system.single).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToUInt16()

to uint16

**Returns:** [UInt16](https://docs.microsoft.com/en-us/dotnet/api/system.uint16).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToUInt32()

to uint32

**Returns:** [UInt32](https://docs.microsoft.com/en-us/dotnet/api/system.uint32).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToUInt64()

to uint64

**Returns:** [UInt64](https://docs.microsoft.com/en-us/dotnet/api/system.uint64).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ToWindowHandle()

Converts a number to a window handle.

**Returns:** [SalWindowHandle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nNumber

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Truncate(precision, scale)

Truncates a number.

| Parameter     | Type                                                              | Description                                                                                                                                                            |
| ------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **precision** | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) | The number of digits to display, starting with the leftmost.                                                                                                           |
| **scale**     | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) | The number of digits to the right of the decimal point. The nPrecision parameter must be large enough to hold the number of digits that you specify in this parameter. |

**Returns:** [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber). nResult

## Used By

| Name                                                                                                                    | Description                                                                                                                                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SalBinary.Length](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                      | Returns the buffer's length.                                                                                                                                                                                                                                                    |
| [SalBinary.GetBufferLength](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Returns the current buffer length of the string.                                                                                                                                                                                                                                |
| [Sal.DateYear](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                          | Returns the year portion of a date or returns -1 if you specify DATETIME\_Null as a parameter.                                                                                                                                                                                  |
| [SalArray.Length](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                       | Returns the total number of items in the array. For MD arrays returns the number of items in the first dimension.                                                                                                                                                               |
| [SalArray.Dimensions](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   | Returns the number of dimensions.                                                                                                                                                                                                                                               |
| [SalArray.Avg](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                          | Returns the average value of all the numbers in an array.                                                                                                                                                                                                                       |
| [SalBoolean.ToString](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [SalDateTime.Second](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                    | Returns the seconds portion (0 to 59) of a date/time value or returns -1 if you specify DATETIME\_Null as a parameter.                                                                                                                                                          |
| [SalFileHandle.GetChar](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Returns the next character in an open file.                                                                                                                                                                                                                                     |
| [SalNumber.Abs](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                         | Computes a number's absolute value.                                                                                                                                                                                                                                             |
| [SalString.Length](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                      | Returns the string's length up to the terminator char.                                                                                                                                                                                                                          |
| [SalString.Left](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                        |                                                                                                                                                                                                                                                                                 |
| [SalWindowHandle.SetImageString](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Inserts the contents of a string into a picture.                                                                                                                                                                                                                                |
| [SalWindowHandle.NavAddPane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Inserts a pane into the navigation bar control.                                                                                                                                                                                                                                 |
| [SalWindowHandle.NavRemovePane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Removes a pane from the navigation bar control.                                                                                                                                                                                                                                 |
| [SalWindowHandle.NavAddGroup](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           | Adds a new group to the specified pane of a navigation bar.                                                                                                                                                                                                                     |
| [SalWindowHandle.NavRemoveGroup](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Removes a group from the navigation bar control.                                                                                                                                                                                                                                |
| [SalWindowHandle.NavGetActivePane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Returns the index of the currently selected pane.                                                                                                                                                                                                                               |
| [SalSqlHandle.LastErrorCode](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Returns the last error code.                                                                                                                                                                                                                                                    |
| [SalSqlHandle.LastErrorPosition](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Returns the last error position.                                                                                                                                                                                                                                                |
| [SalSqlHandle.FetchPrevious](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Fetches the previous row in a result set.                                                                                                                                                                                                                                       |
| [SalSqlSessionHandle.LastErrorCode](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     | Returns the last error code.                                                                                                                                                                                                                                                    |
| [SalSqlSessionHandle.LastErrorPosition](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) | Returns the last error position.                                                                                                                                                                                                                                                |
| [Sql.SetSessionParameter](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               | Sets the value of the specified session property.                                                                                                                                                                                                                               |
| [Sql.GetSessionParameter](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [Sql.ConnectUsingCursor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.SetLongBindDatatype](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.ExecutionPlan](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                     | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.GetCursor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                         | Not supported.                                                                                                                                                                                                                                                                  |
| [SalObject.Skip](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                        | skip element                                                                                                                                                                                                                                                                    |
| [SalObject.Count](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                       | get number of objects                                                                                                                                                                                                                                                           |
| [SalSafeArray.Create](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   | Creates a new SafeArray.                                                                                                                                                                                                                                                        |
| [SalSafeArray.GetLowerBound](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Returns the lower bound.                                                                                                                                                                                                                                                        |
| [SalVariant.SalType](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                    |                                                                                                                                                                                                                                                                                 |
| [SalNavigationBar.AddPane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              | Inserts a pane into the navigation bar control.                                                                                                                                                                                                                                 |
| [SalNavigationBar.RemovePane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           | Removes a pane from the navigation bar control.                                                                                                                                                                                                                                 |
| [SalNavigationBar.AddGroup](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Adds a new group to the specified pane of a navigation bar.                                                                                                                                                                                                                     |
| [SalNavigationBar.RemoveGroup](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          | Removes a group from the navigation bar control.                                                                                                                                                                                                                                |
| [SalNavigationBar.GetActivePane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Returns the index of the currently selected pane.                                                                                                                                                                                                                               |
| [SalTreeControl.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Starts the Windows help system.                                                                                                                                                                                                                                                 |
| [SalTreeControl.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalTreeControl.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalTreeItem.Value](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                     | Stores a value associated with the node.                                                                                                                                                                                                                                        |
| [SalActiveX.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalActiveX.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalBackgroundText.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalCheckBox.GetWindowState](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Returns a window's current state.                                                                                                                                                                                                                                               |
| [SalComboBox.KillTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Destroys an object's system timer.                                                                                                                                                                                                                                              |
| [SalComboBox.SetTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  | Creates a system timer for a given object. When a timer event occurs, sends SAM\_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created. |
| [SalComboBox.TrackPopupMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Creates pop-up menus at runtime.                                                                                                                                                                                                                                                |
| [SalComboBox.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               | Sets the value of a named property.                                                                                                                                                                                                                                             |
| [SalComboBox.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   | Starts the Windows help system.                                                                                                                                                                                                                                                 |
| [SalComboBox.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalComboBox.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalCustomControl.SetCursorFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.                                                                                                                                                |
| [SalCustomControl.SetCursor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Sets a window's cursor from a string variable.                                                                                                                                                                                                                                  |
| [SalCustomControl.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)       | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalCustomControl.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)    | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalDataField.Number](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   | Number value property.                                                                                                                                                                                                                                                          |
| [SalDataField.GetLabelText](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [SalFrame.SetCursor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                    | Sets a window's cursor.                                                                                                                                                                                                                                                         |
| [SalFrame.SetCursorFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.                                                                                                                                                |
| [SalFrame.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalFrame.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalGroupBox.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalGroupBox.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalHorizontalScrollBar.PostMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)    | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                         |
| [SalHorizontalScrollBar.SendMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)    | Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.                                                                                                                                                           |
| [SalLine.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalLine.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalListBox.GetListItemsCount](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          | Returns the number of list box or combo box entries.                                                                                                                                                                                                                            |
| [SalRibbonBarBase.EndDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Destroys a modal dialog box and returns control to the caller of SalModalDialog.                                                                                                                                                                                                |
| [SalRibbonBarBase.GetStatusBarText](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     |                                                                                                                                                                                                                                                                                 |
| [WindowActionsEventArgs.Return](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Message return value. When set, the flag HasReturnValue is also flipped to true.                                                                                                                                                                                                |
| [SalMultilineField.Validate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Validates and formats a data field's or table window column's contents.                                                                                                                                                                                                         |
| [SalMultilineField.SetDataLength](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)       | Sets a limit on the number of characters that a user can enter into a data field, multi line text field, or table window column.                                                                                                                                                |
| [SalMultilineField.GetDataLength](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)       | Returns the maximum length of a data field, multi line text field, or table window column.                                                                                                                                                                                      |
| [SalOptionButton.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalOptionButton.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalPicture.GetWindowState](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Returns a window's current state.                                                                                                                                                                                                                                               |
| [SalPushbutton.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             | Sets the value of a named property.                                                                                                                                                                                                                                             |
| [SalPushbutton.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Starts the Windows help system.                                                                                                                                                                                                                                                 |
| [SalPushbutton.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalPushbutton.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalRadioButton.GetFirstChild](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          | Returns the handle of the first child window of the specified type. You can use this function to get the handles of MDI child windows.                                                                                                                                          |
| [SalRadioButton.GetNextChild](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           | Returns the handle of the next child window that matches a specified type.                                                                                                                                                                                                      |
| [SalRadioButton.GetControlType](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Returns an object's type.                                                                                                                                                                                                                                                       |
| [SalUserControl.SetContextMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalUserControl.FormUnitsToPixels](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.                            |
| [SalVerticalScrollBar.PostMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                         |
| [SalVerticalScrollBar.SendMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.                                                                                                                                                           |
| [SalForm.EndDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                     | Destroys a modal dialog box and returns control to the caller of SalModalDialog.                                                                                                                                                                                                |
| [SalForm.GetStatusBarText](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [SalFormTableWindow.GetLinesPerRow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     | Retrieves the height of a row in lines.                                                                                                                                                                                                                                         |
| [SalWindow.SetProfileParameter](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Alters the specified parameter for the custom profile associated to the specified field.                                                                                                                                                                                        |
| [SalWindow.GetLabelText](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [SalTableColumn.Number](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Number value property.                                                                                                                                                                                                                                                          |
| [SalTableColumn.SetLocation](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Moves a window to a new position (x, y) on the X and Y axes.                                                                                                                                                                                                                    |
| [SalTableColumn.SetSize](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Resizes a window.                                                                                                                                                                                                                                                               |
| [SalTableColumn.KillTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              | Destroys an object's system timer.                                                                                                                                                                                                                                              |
| [SalTableColumn.SetTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               | Creates a system timer for a given object. When a timer event occurs, sends SAM\_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created. |
| [SalTableColumn.TrackPopupMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Creates pop-up menus at runtime.                                                                                                                                                                                                                                                |
| [SalTableColumn.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            | Sets the value of a named property.                                                                                                                                                                                                                                             |
| [SalTableColumn.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Starts the Windows help system.                                                                                                                                                                                                                                                 |
| [SalTableColumn.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalTableColumn.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalTableWindow.FireWindowActions](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      | Dispatches the specified message (Window Actions) directly to the control's WindowActions event handlers, without going through Windows message loop.                                                                                                                           |
| [SalQuickFTP.EnumDirectories](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           | Obtain an array of directory names based on a search path specified.                                                                                                                                                                                                            |
| [SalQuickHTTP.SetProxy](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Establish communication with an HTTP server through a proxy.                                                                                                                                                                                                                    |
| [SalQuickTabs.FindName](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 | Find a tab give a tab name                                                                                                                                                                                                                                                      |
| [SalQuickTabsParent.TabActivateStart](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)   | Indicates that a tab has been activated. This function is called before the child windows have been shown                                                                                                                                                                       |
| [SalQuickTabsParent.TabActivateFinish](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)  | Indicates that a tab has been activated. This function is called after the child windows have been shown                                                                                                                                                                        |
| [SalQuickTabsParent.TabUserRequest](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     | Indicates that user is attempting to change the current tab by clicking, tabbing or some other user action. NOTE: Call CancelMode() to deny the user's request                                                                                                                  |
| [SalToolTipManager.AddToolEx](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           | Associate a tip with a control. The control can be any type of window.                                                                                                                                                                                                          |
| [SalQuickHTML.EnumLinks](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                | Retrieves all links for a page                                                                                                                                                                                                                                                  |
| [SalDDE.AddAtom](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                        |                                                                                                                                                                                                                                                                                 |
| [Vis.WinLoadAccelerator](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.KillTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.TrackPopupMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisCalendarDropDown.MoveWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        |                                                                                                                                                                                                                                                                                 |
| [VisCalendarDropDown.PixelsToFormUnits](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber) |                                                                                                                                                                                                                                                                                 |
| [VisColorPalette.GetFocus](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisColorPaletteDropDown.GetFocus](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nIndex](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nItemFlags](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hPicNormal](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nLevel](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hPicSelect](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.GetItemColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisDesktopListBox.GetItemDir](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisDriveListBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisFileListBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisFontNameComboBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisFontNameListBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nIndex](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nItemFlags](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hPicNormal](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nLevel](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hPicSelect](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.GetItemColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [VisListBoxExtension.GetRoot](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [VisListView.ViewDetails](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.SetListSize](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)       |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.Arrange](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.EnsureVisible](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)     |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.FindItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisMeter.SetProgress](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nIndex](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nItemFlags](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hPicNormal](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nLevel](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hPicSelect](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.Demote](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.MoveDown](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.AddFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nIndex](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nItemFlags](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hPicNormal](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nLevel](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)              |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hPicSelect](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)          |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)             |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)      |                                                                                                                                                                                                                                                                                 |
| [VisRadioListBox.Add](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.KillTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.SetTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.TrackPopupMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.SetFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisRichEdit.GetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisSpinField.MoveWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisSpinField.PixelsToFormUnits](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)        |                                                                                                                                                                                                                                                                                 |
| [VisSplitter.GetOrientation](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)            |                                                                                                                                                                                                                                                                                 |
| [VisSplitterWindow.AssociateChildren](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowHdrColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColHdrColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetCellColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetRowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetRowHdrColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetColColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetColHdrColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetCellColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetTableFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowHdrFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColHdrFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetCellFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetTableFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                 |                                                                                                                                                                                                                                                                                 |
| [XSal.GZipPutStr](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)                       |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetBarSize](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)               |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetBarPosition](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.GetBarPosition](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salnumber)           |                                                                                                                                                                                                                                                                                 |
