# SalNumber

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Web.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, IWisejSerializable
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalNumber(x)

Creates a new SalNumber.

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

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)IsNull

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Value

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

## Methods

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Abs()

Computes a number's absolute value.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNum

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Add(x, y)

* operators for adding two SalNumber objects

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nArcCos

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ArcSin()

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

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nArcSin

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ArcTan()

Computes a value's arc tangent.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nArcTan

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | One of two values whose arc tangent you want.       |
| **nm\_valueX** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The other of two values whose arc tangent you want. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nArcTan2

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Compare(x, y)

Compares two SalNumbers values.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)CompareTo(x)

compare to a number

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Cos()

Computes an angle's cosine.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nCos

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)CosH()

Computes an angle's hyperbolic cosine.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nCosH

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Divide(x, y)

/ operator for dividing two SalNumber objects

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Exponent()

Computes a value's exponential function.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNumExp

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)HighWord()

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

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The length of one side of a right triangle.     |
| **nY**    | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The length of another side of a right triangle. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nHypotenuse

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Log()

Computes a number's natural logarithm.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nLog

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)LogBase10()

Computes a number's base 10 logarithm.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nLogBase10

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)LowWord()

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

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nLo

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Max(x, y)

Returns the greater of two values.

| Parameter | Type                                                                                     | Description               |
| --------- | ---------------------------------------------------------------------------------------- | ------------------------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The first of two values.  |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The second of two values. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNumMax

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Min(x, y)

Returns the lesser of two values.

| Parameter | Type                                                                                     | Description       |
| --------- | ---------------------------------------------------------------------------------------- | ----------------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The first value.  |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The second value. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNumMin

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Mod(nDividend)

Returns a number's modulo.

| Parameter     | Type                                                                                     | Description         |
| ------------- | ---------------------------------------------------------------------------------------- | ------------------- |
| **nDividend** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The dividend value. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nModulo

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Multiply(x, y)

* operator for multiplying two SalNumber objects

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Negate(x)

Negation operator.

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Pi()

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

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNumPi

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | The exponent. |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nNumPower

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)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://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nRandomNum

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nResult

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Sin()

Computes an angle's sine.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nSin

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SinH()

Computes an angle's hyperbolic sine.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nSinH

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Sqrt()

Computes a number's square root.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nSqrt

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)Subtract(x, y)

* operator for subtracting two SalNumber objects

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **x**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |
| **y**     | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Tan()

Computes an angle's tangent.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nTan

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)TanH()

Computes an angle's hyperbolic tangent.

**Returns:** [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nTanH

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToBoolean()

to boolean

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToByte()

to byte

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToChar()

to char

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToCharacter()

Converts a decimal value to a UNICODE character.

**Returns:** [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md).

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToDecimal()

to decimal

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToDouble()

to double

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToInt16()

to int16

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToInt32()

to int32

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToInt64()

to int64

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToIntPtr()

to intptr

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToSByte()

to sbyte

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToSingle()

to single

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToUInt16()

to uint16

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToUInt32()

to uint32

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToUInt64()

to uint64

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)ToWindowHandle()

Converts a number to a window handle.

**Returns:** [SalWindowHandle](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md). nNumber

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md). nResult

## Used By

| Name                                                                                                                                                                                              | Description                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Sal.ValidateSet](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.sal.md#validateset-window-state-lparam)                                                                        | Not supported.                                                                                                                                                                                                                                                                  |
| [Sal.FileOpenExt](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.sal.md#fileopenext-file-filename-style-reopen)                                                                 |                                                                                                                                                                                                                                                                                 |
| [Sal.FontGetSizes](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.sal.md#fontgetsizes-get-fontname-fontsizes)                                                                   |                                                                                                                                                                                                                                                                                 |
| [Sys.nArgCount](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.sys.md#nargcount)                                                                                                | This variable's value is equal to the number of command line arguments you enter.                                                                                                                                                                                               |
| [SalBinary.Length](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salbinary.md#length)                                                                                            | Returns the buffer's length.                                                                                                                                                                                                                                                    |
| [SalBinary.GetBufferLength](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salbinary.md#getbufferlength)                                                                          | Returns the current buffer length of the string.                                                                                                                                                                                                                                |
| [SalBoolean.ToString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md#tostring)                                                                                      |                                                                                                                                                                                                                                                                                 |
| [SalDateTime.Second](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.saldatetime.md#second)                                                                                        | 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://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salfilehandle.md#getchar)                                                                                  | Returns the next character in an open file.                                                                                                                                                                                                                                     |
| [SalNumber.Abs](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md#abs)                                                                                                  | Computes a number's absolute value.                                                                                                                                                                                                                                             |
| [SalString.Length](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md#length)                                                                                            | Returns the string's length up to the terminator char.                                                                                                                                                                                                                          |
| [SalString.Left](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md#left-length)                                                                                         |                                                                                                                                                                                                                                                                                 |
| [SalWindowHandle.GetTableFlags](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#gettableflags-nflags)                                                           | Tests the state of a table window's flags.                                                                                                                                                                                                                                      |
| [SalWindowHandle.ScrollRow](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#scrollrow-nrow-column-nflags)                                                       | Scrolls a table window to the specified row and column.                                                                                                                                                                                                                         |
| [SalWindowHandle.SetColumnText](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setcolumntext-ncolumnid-stext)                                                  | Assigns data to a column of a table window's context row.                                                                                                                                                                                                                       |
| [SalWindowHandle.SetContextRow](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setcontextrow-nrow)                                                             | Sets a table window's context row. Setting the context row does not send a SAM\_FetchRow message. If the row is not currently in memory, creates a new row in memory and sets its cell values to null.                                                                          |
| [SalWindowHandle.SetFlagsAnyRows](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setflagsanyrows-nflags-bset-nflagson-nflagsoff)                               | Sets or clears row flags.                                                                                                                                                                                                                                                       |
| [SalWindowHandle.SetFocusCell](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setfocuscell-nrow-column)                                                        | Sets the focus to the specified table window cell (row and column). Puts the table window into edit mode and lets the user select a portion of the data in the cell.                                                                                                            |
| [SalWindowHandle.SetFocusRow](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setfocusrow-nrow)                                                                 | Sets a table window's focus frame row.                                                                                                                                                                                                                                          |
| [SalWindowHandle.SetLinesPerRow](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setlinesperrow-nlines)                                                         | Sets the height of a row in lines.                                                                                                                                                                                                                                              |
| [SalWindowHandle.SetLockedColumns](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setlockedcolumns-nlockedcolumns)                                             | Sets the number of locked table window columns.                                                                                                                                                                                                                                 |
| [SalWindowHandle.SetRange](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setrange-nmin-nmax)                                                                  | Defines the minimum and maximum rows (range) of a table.                                                                                                                                                                                                                        |
| [SalWindowHandle.SetRow](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md#setrow-nrowpos)                                                                        | Sets the focus to the first, last, next, or previous row in a table window.                                                                                                                                                                                                     |
| [SalBackgroundText.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salbackgroundtext.md#setcontextmenu-smenuname-nflags)                                | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalBackgroundText.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salbackgroundtext.md#formunitstopixels-nformunits-bvertical)                      | 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.                            |
| [SalCheckBox.PostMessage](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcheckbox.md#postmessage-nmsg-nmywparam-nmylparam)                                          | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                         |
| [SalCheckBox.SendMessage](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcheckbox.md#sendmessage-nmsg-nmywparam-nmylparam)                                          | Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.                                                                                                                                                           |
| [SalComboBox.SetProperty](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcombobox.md#setproperty-sname-svalue-nlength)                                              | Sets the value of a named property.                                                                                                                                                                                                                                             |
| [SalComboBox.SetFont](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcombobox.md#setfont-sname-nsize-nenhancement)                                                  | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalComboBox.GetWindowColor](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcombobox.md#getwindowcolor-ncolorindex)                                                 | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalCustomControl.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcustomcontrol.md#setcontextmenu-smenuname-nflags)                                  | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalCustomControl.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salcustomcontrol.md#formunitstopixels-formunits-vertical)                          | 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://docs.wisej.com/extensions/ppj.web.49/controls/saldatafield/README.md#number)                                                                                        | Number value property.                                                                                                                                                                                                                                                          |
| [SalDataField.IsValidDecimal](https://docs.wisej.com/extensions/ppj.web.49/controls/saldatafield/README.md#isvaliddecimal-nprecision-nscale)                                                      | Verifies whether a data field, multiline text field, or table window column contains a valid decimal value. For multiline text fields, the decimal value must be the only item in the field.                                                                                    |
| [SalDataField.GetFormatCode](https://docs.wisej.com/extensions/ppj.web.49/controls/saldatafield/README.md#getformatcode)                                                                          | Returns the current format of a data field or table window column.                                                                                                                                                                                                              |
| [SalFrame.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salframe.md#setcontextmenu-smenuname-nflags)                                                  | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalFrame.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salframe.md#formunitstopixels-nformunits-bvertical)                                        | 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://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salgroupbox.md#setcontextmenu-smenuname-nflags)                                            | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalGroupBox.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salgroupbox.md#formunitstopixels-nformunits-bvertical)                                  | 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.FireWindowActions](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salhorizontalscrollbar.md#firewindowactions-nmsg-nmywparam-nmylparam)        | Dispatches the specified message (Window Actions) directly to the control's WindowActions event handlers, without going through Windows message loop.                                                                                                                           |
| [SalLine.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salline.md#setcontextmenu-smenuname-nflags)                                                    | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalLine.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salline.md#formunitstopixels-nformunits-bvertical)                                          | 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.GetListItemState](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.sallistbox.md#getlistitemstate-nindex)                                                    | Determines whether the specified list box or combo box entry is selected.                                                                                                                                                                                                       |
| [SalListBox.GetListItemText](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.sallistbox.md#getlistitemtext-nindex-stext)                                                |                                                                                                                                                                                                                                                                                 |
| [SalMultilineField.GetNextChild](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salmultilinefield.md#getnextchild-ntypemask)                                           | Returns the handle of the next child window that matches a specified type.                                                                                                                                                                                                      |
| [SalMultilineField.GetControlType](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salmultilinefield.md#getcontroltype)                                                 | Returns an object's type.                                                                                                                                                                                                                                                       |
| [SalNavigationBar.AddPane](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salnavigationbar.md#addpane-paneindex-name-image)                                            | Inserts a pane into the navigation bar control.                                                                                                                                                                                                                                 |
| [SalNavigationBar.RemovePane](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salnavigationbar.md#removepane-paneindex)                                                 | Removes a pane from the navigation bar control.                                                                                                                                                                                                                                 |
| [SalNavigationBar.AddGroup](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salnavigationbar.md#addgroup-paneindex-groupindex-grouptitle-height)                        | Adds a new group to the specified pane of a navigation bar.                                                                                                                                                                                                                     |
| [SalNavigationBar.RemoveGroup](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salnavigationbar.md#removegroup-paneindex-groupindex)                                    | Removes a group from the navigation bar control.                                                                                                                                                                                                                                |
| [SalNavigationBar.GetActivePane](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salnavigationbar.md#getactivepane)                                                     | Returns the index of the currently selected pane.                                                                                                                                                                                                                               |
| [SalOptionButton.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/saloptionbutton/README.md#setcontextmenu-smenuname-nflags)                                                 | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalOptionButton.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/saloptionbutton/README.md#formunitstopixels-nformunits-bvertical)                                       | 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.GetNextChild](https://docs.wisej.com/extensions/ppj.web.49/controls/salpicture/README.md#getnextchild-ntypemask)                                                                      | Returns the handle of the next child window that matches a specified type.                                                                                                                                                                                                      |
| [SalPicture.GetControlType](https://docs.wisej.com/extensions/ppj.web.49/controls/salpicture/README.md#getcontroltype)                                                                            | Returns an object's type.                                                                                                                                                                                                                                                       |
| [SalPushbutton.SetTimer](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md#settimer-nidevent-nelapsemillisec)                                            | 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. |
| [SalPushbutton.TrackPopupMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md#trackpopupmenu-smenuname-nflags-nx-ny-callback)                         | Creates pop-up menus at runtime.                                                                                                                                                                                                                                                |
| [SalPushbutton.SetProperty](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md#setproperty-sname-svalue-nlength)                                          | Sets the value of a named property.                                                                                                                                                                                                                                             |
| [SalPushbutton.SetFont](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md#setfont-sname-nsize-nenhancement)                                              | Sets a window's font, font size, and font enhancements.                                                                                                                                                                                                                         |
| [SalPushbutton.GetWindowColor](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salpushbutton.md#getwindowcolor-ncolorindex)                                             | Gets a window's color.                                                                                                                                                                                                                                                          |
| [SalRadioButton.GetWindowState](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salradiobutton.md#getwindowstate)                                                       | Returns a window's current state.                                                                                                                                                                                                                                               |
| [SalTreeControl.SetWindowColor](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/README.md#setwindowcolor-colorindex-color)                                                   | Sets a window's color.                                                                                                                                                                                                                                                          |
| [SalTreeControl.ClearCursor](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/README.md#clearcursor-ntype)                                                                    | Clears a window's cursor.                                                                                                                                                                                                                                                       |
| [SalTreeControl.SetCursor](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/README.md#setcursor-nresourceid-ntype)                                                            | Sets a window's cursor.                                                                                                                                                                                                                                                         |
| [SalTreeControl.SetCursorFile](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/README.md#setcursorfile-sfile-ntype)                                                          | Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.                                                                                                                                                |
| [SalTreeControl.GetDataType](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/README.md#getdatatype)                                                                          | Returns a data field's or table window column's data type.                                                                                                                                                                                                                      |
| [SalTreeItem.Value](https://docs.wisej.com/extensions/ppj.web.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md#value)                                                                | Stores a value associated with the node.                                                                                                                                                                                                                                        |
| [SalUserControl.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salusercontrol.md#setcontextmenu-smenuname-nflags)                                      | Defines a named popup menu that displays automatically when a window receives SAM\_ContextMenu.                                                                                                                                                                                 |
| [SalUserControl.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salusercontrol.md#formunitstopixels-nformunits-bvertical)                            | 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://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salverticalscrollbar.md#postmessage-nmsg-nmywparam-nmylparam)                        | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                         |
| [SalVerticalScrollBar.SendMessage](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.salverticalscrollbar.md#sendmessage-nmsg-nmywparam-nmylparam)                        | Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.                                                                                                                                                           |
| [SalForm.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salform.md#formunitstopixels-nformunits-bvertical)                                             | 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.                            |
| [SalFormTableWindow.AnyRows](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformtablewindow.md#anyrows-nflagson-nflagsoff)                                             | Determines whether any rows in the specified table window match certain flags.                                                                                                                                                                                                  |
| [SalFormTableWindow.ColumnAverage](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformtablewindow.md#columnaverage-ncolumnid-nflagson-nflagsoff)                       | Computes the average of all column values or only specified column values in a table window.                                                                                                                                                                                    |
| [SalWindow.SetProfileParameter](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.salwindow.md#setprofileparameter-ctrl-paramcode-paramvalue)                              | Alters the specified parameter for the custom profile associated to the specified field.                                                                                                                                                                                        |
| [SalWindow.SendMessageToChildren](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.salwindow.md#sendmessagetochildren-ctrl-msg-wparam-lparam)                             | Sends a message to all child items of a form window, dialog box, table window, or MDI window.                                                                                                                                                                                   |
| [SalWindow.SendMessageToChildrenInternal](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.salwindow.md#sendmessagetochildreninternal-ctrl-msg-wparam-lparam)             | Sends a message to all child items of a form window, dialog box, table window, or MDI window.                                                                                                                                                                                   |
| [SalWindow.TranslateSalColor](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.salwindow.md#translatesalcolor-ncolor)                                                     | Converts SAL colors to a .NET Color.                                                                                                                                                                                                                                            |
| [SalWindow.GetLabelText](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.salwindow.md#getlabeltext-ctrl)                                                                 |                                                                                                                                                                                                                                                                                 |
| [SalTableColumn.Number](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/ppj.runtime.windows.saltablecolumn.md#number)                                                        | Number value property.                                                                                                                                                                                                                                                          |
| [SalTableColumn.GetListItemText](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/ppj.runtime.windows.saltablecolumn.md#getlistitemtext-nindex-stext)                         |                                                                                                                                                                                                                                                                                 |
| [SalTableWindow.SetFlagsAnyRows](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setflagsanyrows-flags-on-flagson-flagsoff)                         | Sets or clears row flags.                                                                                                                                                                                                                                                       |
| [SalTableWindow.SetFocusRow](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setfocusrow-rownum)                                                    | Sets a table window's focus frame row.                                                                                                                                                                                                                                          |
| [SalTableWindow.SetFocusCell](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setfocuscell-rownum-column)                                           | Sets the focus to the specified table window cell (row and column). Puts the table window into edit mode and lets the user select a portion of the data in the cell.                                                                                                            |
| [SalTableWindow.SetLinesPerRow](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setlinesperrow-nlines)                                              | Sets the height of a row in lines.                                                                                                                                                                                                                                              |
| [SalTableWindow.SetLockedColumns](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setlockedcolumns-locked)                                          | Sets the number of locked columns.                                                                                                                                                                                                                                              |
| [SalTableWindow.SetRange](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setrange-min-max)                                                         | Defines the minimum and maximum rows (range) of a table.                                                                                                                                                                                                                        |
| [SalTableWindow.SetRow](https://docs.wisej.com/extensions/ppj.web.49/controls/saltablewindow/saltablewindow/README.md#setrow-rowpos)                                                              | Sets the focus to the first, last, next, or previous row in a table window.                                                                                                                                                                                                     |
| [WindowActionsEventArgs.Return](https://docs.wisej.com/extensions/ppj.web.49/general/ppj.runtime.windows.windowactionseventargs.md#return)                                                        | Message return value. When set, the flag HasReturnValue is also flipped to true.                                                                                                                                                                                                |
| [SalQuickTabs.GetRowCount](https://docs.wisej.com/extensions/ppj.web.49/qo/ppj.runtime.windows.qo.salquicktabs.md#getrowcount)                                                                    | Retrieve the number rows of tabs                                                                                                                                                                                                                                                |
| [SalQuickTabsParent.TabActivateStart](https://docs.wisej.com/extensions/ppj.web.49/qo/ppj.runtime.windows.qo.salquicktabsparent.md#tabactivatestart-hwnd-ntab)                                    | Indicates that a tab has been activated. This function is called before the child windows have been shown                                                                                                                                                                       |
| [SalQuickTabsParent.TabActivateFinish](https://docs.wisej.com/extensions/ppj.web.49/qo/ppj.runtime.windows.qo.salquicktabsparent.md#tabactivatefinish-hwnd-ntab)                                  | Indicates that a tab has been activated. This function is called after the child windows have been shown                                                                                                                                                                        |
| [SalQuickTabsParent.TabUserRequest](https://docs.wisej.com/extensions/ppj.web.49/qo/ppj.runtime.windows.qo.salquicktabsparent.md#tabuserrequest-hwnd-ntab)                                        | 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                                                                                                                  |
| [SalSqlHandle.LastErrorCode](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.salsqlhandle.md#lasterrorcode)                                                                      | Returns the last error code.                                                                                                                                                                                                                                                    |
| [SalSqlHandle.LastErrorPosition](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.salsqlhandle.md#lasterrorposition)                                                              | Returns the last error position.                                                                                                                                                                                                                                                |
| [SalSqlHandle.FetchPrevious](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.salsqlhandle.md#fetchprevious-code)                                                                 | Fetches the previous row in a result set.                                                                                                                                                                                                                                       |
| [SalSqlSessionHandle.LastErrorCode](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.salsqlsessionhandle.md#lasterrorcode)                                                        | Returns the last error code.                                                                                                                                                                                                                                                    |
| [SalSqlSessionHandle.LastErrorPosition](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.salsqlsessionhandle.md#lasterrorposition)                                                | Returns the last error position.                                                                                                                                                                                                                                                |
| [Sql.SetParameter](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#setparameter-hsql-nparameter-nnumber-sstring)                                                          | Sets the value of a database parameter.                                                                                                                                                                                                                                         |
| [Sql.SetLockTimeout](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#setlocktimeout-hsql-ntimeout)                                                                        | Specifies the maximum time to wait before generating an error.                                                                                                                                                                                                                  |
| [Sql.SetSessionParameter](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#setsessionparameter-hsession-nparameter-nvalue-svalue)                                          | Sets the value of the specified session property.                                                                                                                                                                                                                               |
| [Sql.GetSessionParameter](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#getsessionparameter-hsession-nparameter-nvalue-svalue)                                          |                                                                                                                                                                                                                                                                                 |
| [Sql.ConnectUsingCursor](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#connectusingcursor-hsql-ncursor)                                                                 | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.SetLongBindDatatype](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#setlongbinddatatype-nbindvarnumber-ndatatype)                                                   | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.ExecutionPlan](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#executionplan-hsql-sstring-nlength)                                                                   | Not supported.                                                                                                                                                                                                                                                                  |
| [Sql.GetCursor](https://docs.wisej.com/extensions/ppj.web.49/sql/ppj.runtime.sql.sql.md#getcursor-hsql)                                                                                           | Not supported.                                                                                                                                                                                                                                                                  |
| [SalObject.Skip](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.salobject.md#skip-nelems)                                                                                       | skip element                                                                                                                                                                                                                                                                    |
| [SalObject.Count](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.salobject.md#count)                                                                                            | get number of objects                                                                                                                                                                                                                                                           |
| [SalSafeArray.Create](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.salsafearray.md#create-vt-elements-lowerbound)                                                             | Creates a new SafeArray.                                                                                                                                                                                                                                                        |
| [SalSafeArray.GetLowerBound](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.salsafearray.md#getlowerbound)                                                                      | Returns the lower bound.                                                                                                                                                                                                                                                        |
| [SalVariant.SalType](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.salvariant.md#saltype)                                                                                      |                                                                                                                                                                                                                                                                                 |
| [stdole\_Font.PropSetSize](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_font.md#propsetsize-size)                                                                      |                                                                                                                                                                                                                                                                                 |
| [stdole\_Font.PropSetWeight](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_font.md#propsetweight-weight)                                                                |                                                                                                                                                                                                                                                                                 |
| [stdole\_Font.PropSetCharset](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_font.md#propsetcharset-charset)                                                             |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.Render](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#render-hdc-x-y-cx-cy-xsrc-ysrc-cxsrc-cysrc-prcwbounds)                                |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.PropSetHandle](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#propsethandle-handle)                                                          |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.PropSethPal](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#propsethpal-hpal)                                                                |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.PropSetType](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#propsettype-type)                                                                |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.PropSetWidth](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#propsetwidth-width)                                                             |                                                                                                                                                                                                                                                                                 |
| [stdole\_Picture.PropSetHeight](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_picture.md#propsetheight-height)                                                          |                                                                                                                                                                                                                                                                                 |
| [Vis.MenuSetPicture](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vis.md#menusetpicture-ctrl-hmenu-npos-hpicnormal-hpicselected-stext)                                |                                                                                                                                                                                                                                                                                 |
| [Vis.MenuSetText](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vis.md#menusettext-ctrl-hmenu-npos-stext)                                                              |                                                                                                                                                                                                                                                                                 |
| [Vis.MenuUncheck](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vis.md#menuuncheck-ctrl-hmenu-npos)                                                                    |                                                                                                                                                                                                                                                                                 |
| [Vis.ProfileEnumStrings](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vis.md#profileenumstrings-sfilename-ssection-sstrings)                                          |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetSize](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#setsize-nwidth-nheight)                                                            |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.KillTimer](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#killtimer-nidevent)                                                              |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetTimer](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#settimer-nidevent-nelapsemillisec)                                                |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.TrackPopupMenu](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#trackpopupmenu-smenuname-nflags-nx-ny-callback)                             |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetProperty](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#setproperty-sname-svalue-nlength)                                              |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.SetFont](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#setfont-sname-nsize-nenhancement)                                                  |                                                                                                                                                                                                                                                                                 |
| [VisCalendar.GetWindowColor](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendar.md#getwindowcolor-ncolorindex)                                                 |                                                                                                                                                                                                                                                                                 |
| [VisCalendarDropDown.GetNextChild](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendardropdown.md#getnextchild-ntypemask)                                       |                                                                                                                                                                                                                                                                                 |
| [VisCalendarDropDown.GetControlType](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscalendardropdown.md#getcontroltype)                                             |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#nvalue)                                                                     |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nStyle](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#nstyle)                                                                     |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nIndex](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#nindex)                                                                     |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nItemFlags](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#nitemflags)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hFont](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#hfont)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hPicNormal](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#hpicnormal)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nColor](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#ncolor)                                                                     |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hItem](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#hitem)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.nLevel](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#nlevel)                                                                     |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.hPicSelect](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#hpicselect)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisComboBoxBase.AddFontValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.viscomboboxbase.md#addfontvalue-stext-hfont-nvalue)                                      |                                                                                                                                                                                                                                                                                 |
| [VisDesktopListBox.GetItemDir](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visdesktoplistbox.md#getitemdir-hitem)                                                   |                                                                                                                                                                                                                                                                                 |
| [VisDriveComboBox.Populate](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visdrivecombobox.md#populate)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisDriveListBox.Populate](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visdrivelistbox.md#populate)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisFileListBox.Populate](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visfilelistbox.md#populate-spath)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisFontNameComboBox.Populate](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visfontnamecombobox.md#populate-ngetflag)                                                |                                                                                                                                                                                                                                                                                 |
| [VisFontNameListBox.Populate](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visfontnamelistbox.md#populate-ngetflag)                                                  |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#nvalue)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nStyle](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#nstyle)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nIndex](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#nindex)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nItemFlags](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#nitemflags)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hFont](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#hfont)                                                                         |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hPicNormal](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#hpicnormal)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nColor](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#ncolor)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hItem](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#hitem)                                                                         |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.nLevel](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#nlevel)                                                                       |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.hPicSelect](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#hpicselect)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisListBoxBase.AddFontValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxbase.md#addfontvalue-stext-hfont-nvalue)                                        |                                                                                                                                                                                                                                                                                 |
| [VisListBoxExtension.LoadChild](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistboxextension.md#loadchild-hitem-hpicnormal-hpicselected-stext-nvalue-nitemflags) |                                                                                                                                                                                                                                                                                 |
| [VisListView.SetContextMenu](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistview.md#setcontextmenu-smenuname-nflags)                                            |                                                                                                                                                                                                                                                                                 |
| [VisListView.FormUnitsToPixels](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistview.md#formunitstopixels-nformunits-bvertical)                                  |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.SetListSize](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistviewdropdown.md#setlistsize-nwidth-nheight)                                    |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.Arrange](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistviewdropdown.md#arrange-ncode)                                                     |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.EnsureVisible](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistviewdropdown.md#ensurevisible-nitem-fpartialok)                              |                                                                                                                                                                                                                                                                                 |
| [VisListViewDropDown.FindItem](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vislistviewdropdown.md#finditem-nflags-sitemtext-nitemstart)                             |                                                                                                                                                                                                                                                                                 |
| [VisMeter.SetProgress](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vismeter.md#setprogress-npercent)                                                                |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#nvalue)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nStyle](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#nstyle)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nIndex](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#nindex)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nItemFlags](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#nitemflags)                                                       |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hFont](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#hfont)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hPicNormal](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#hpicnormal)                                                       |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nColor](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#ncolor)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hItem](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#hitem)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.nLevel](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#nlevel)                                                               |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.hPicSelect](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#hpicselect)                                                       |                                                                                                                                                                                                                                                                                 |
| [VisOutlineComboBox.EnumDescendents](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinecombobox.md#enumdescendents-hitemparent-hitems)                          |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nValue](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#nvalue)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nStyle](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#nstyle)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nIndex](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#nindex)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nItemFlags](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#nitemflags)                                                         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hFont](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#hfont)                                                                   |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hPicNormal](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#hpicnormal)                                                         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nColor](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#ncolor)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hItem](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#hitem)                                                                   |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.nLevel](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#nlevel)                                                                 |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.hPicSelect](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#hpicselect)                                                         |                                                                                                                                                                                                                                                                                 |
| [VisOutlineListBox.GetListItemsCount](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visoutlinelistbox.md#getlistitemscount)                                           |                                                                                                                                                                                                                                                                                 |
| [VisRadioListBox.Add](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visradiolistbox.md#add-stext-bselect)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisSpinField.PostMessage](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visspinfield.md#postmessage-nmsg-nmywparam-nmylparam)                                        |                                                                                                                                                                                                                                                                                 |
| [VisSpinField.SendMessage](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.visspinfield.md#sendmessage-nmsg-nmywparam-nmylparam)                                        |                                                                                                                                                                                                                                                                                 |
| [VisSplitter.GetOrientation](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vissplitter.md#getorientation)                                                             |                                                                                                                                                                                                                                                                                 |
| [VisSplitterWindow.AssociateChildren](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/vissplitterwindow/README.md#associatechildren)                                                    |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setrowcolor-table-nrow-nforecolor-nbackcolor)                                         |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowHdrColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setrowhdrcolor-table-nrow-nforecolor-nbackcolor)                                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcolcolor-table-ncol-nforecolor-nbackcolor)                                         |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColHdrColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcolhdrcolor-table-ncol-nforecolor-nbackcolor)                                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetCellColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcellcolor-table-nrow-ncol-nforecolor-nbackcolor)                                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetRowColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#getrowcolor-table-nrow-nforecolor-nbackcolor)                                         |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetRowHdrColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#getrowhdrcolor-table-nrow-nforecolor-nbackcolor)                                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetColColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#getcolcolor-table-ncol-nforecolor-nbackcolor)                                         |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetColHdrColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#getcolhdrcolor-table-ncol-nforecolor-nbackcolor)                                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetCellColor](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#getcellcolor-table-nrow-ncol-nforecolor-nbackcolor)                                  |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetTableFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#settablefont-table-nflags)                                                           |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setrowfont-table-nrow-nflags)                                                          |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetRowHdrFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setrowhdrfont-table-nrow-nflags)                                                    |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcolfont-table-ncol-nflags)                                                          |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetColHdrFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcolhdrfont-table-ncol-nflags)                                                    |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.SetCellFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#setcellfont-table-nrow-ncol-nflags)                                                   |                                                                                                                                                                                                                                                                                 |
| [VisTblEx.GetTableFont](https://docs.wisej.com/extensions/ppj.web.vis.49/general/ppj.runtime.vis.vistblex.md#gettablefont-table)                                                                  |                                                                                                                                                                                                                                                                                 |
| [XSal.ScriptCreate](https://docs.wisej.com/extensions/ppj.web.xsal.49/general/ppj.runtime.xsal.xsal.md#scriptcreate-source)                                                                       |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetSize](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#setsize-nwidth-nheight)                                                        |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.KillTimer](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#killtimer-nidevent)                                                          |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetTimer](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#settimer-nidevent-nelapsemillisec)                                            |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.TrackPopupMenu](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#trackpopupmenu-smenuname-nflags-nx-ny)                                  |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetProperty](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#setproperty-sname-svalue-nlength)                                          |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.SetFont](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#setfont-sname-nsize-nenhancement)                                              |                                                                                                                                                                                                                                                                                 |
| [XSalSplitter.GetWindowColor](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md#getwindowcolor-ncolorindex)                                             |                                                                                                                                                                                                                                                                                 |
