# SalBoolean

Namespace: **PPJ.Runtime**

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

SAL Boolean basic type. This is exactly the same as SalNumber. It is automatically casted to/from SalNumber.

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Constructors

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

Creates a new SalBoolean

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

## Properties

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

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

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

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

## Methods

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

* operator for adding two SalBoolean objects

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

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

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

Compares two SalBoolean objects

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

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

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

Compare to object

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

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

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

Compare to SalBoolean

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

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

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

/ operator for dividing two SalBoolean objects

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

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

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

* operator for multiplying two SalBoolean objects

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

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

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

Negation operator.

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

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

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

* operator for subtracting two SalBoolean objects

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

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

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

to boolean

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

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

to byte

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

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

to char

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

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

to decimal

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

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

to double

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

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

to int16

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

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

to int32

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

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

to int64

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

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

to intptr

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

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

to sbyte

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

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

to single

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

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

to uint16

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

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

to uint32

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

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

to uint64

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

## Used By

| Name                                                                                                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Sal.StartTrace](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                        | Begins tracing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalBoolean.CompareTo](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                  | Compare to SalBoolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [SalBoolean.Multiply](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | \* operator for multiplying two SalBoolean objects                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [SalFileHandle.Copy](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                    | Copies the contents of one file (source) to another file (destination).                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalFileHandle.CreateDirectory](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)         | Creates a directory.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [SalWindowHandle.SetImageString](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)        | Inserts the contents of a string into a picture.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [SalSqlHandle.FetchRow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [Sql.FreeSession](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalObject.GetLastError](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                | Returns the last COM exception into a OleErrorInfo object.                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [SalSafeArray.Create](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | Creates a new SafeArray.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [SalVariant.AsActiveX](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                  | Changes the variant type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [SalNavigationBar.AddPane](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)              | Inserts a pane into the navigation bar control.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalTreeControl.WinHelp](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                | Starts the Windows help system.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalActiveX.AutoErrorMode](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)              | Turns on/off automatic COM error handling.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [SalBackgroundText.SetWindowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)      | Sets a window's color.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalCheckBox.HideWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                | Hides a window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalComboBox.SetText](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | Sets the text of a window.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [SalCustomControl.SetCursorFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)        | Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.                                                                                                                                                                                                                                                                                                                                                         |
| [SalDataField.EnableWindowAndLabel](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     | Enables keyboard and mouse input to a window and enables its associated label as well. A label is the label control that immediately precedes the window in the outline.                                                                                                                                                                                                                                                                                                                 |
| [SalFrame.SetCursor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                    | Sets a window's cursor.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalGroupBox.BringWindowToTop](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)          | Brings a window to the top of all overlapping windows.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalHorizontalScrollBar.PostMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)    | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalLine.BringWindowToTop](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)              | Brings a window to the top of all overlapping windows.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalListBox.PopulateList](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)               | Populates a list box or combo box with a result set. SalListPopulate overrides any settings made with SalListSetTabs. If the SELECT statement returns data from multiple columns, each column's data displayed in a list box is separated by tabs. However, due to a Microsoft Windows limitation, each column's data displayed in a combo box is separated by a single '\|' character. There is no space between one column's data, the separator character, and another column's data. |
| [SalRibbonBarMDI.MDIArrangeIcons](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)       | Arranges minimized child window icons in an MDI window.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalRibbonBarBase.EndDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            | Destroys a modal dialog box and returns control to the caller of SalModalDialog.                                                                                                                                                                                                                                                                                                                                                                                                         |
| [SalMultilineField.Validate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            | Validates and formats a data field's or table window column's contents.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalOptionButton.BringWindowToTop](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)      | Brings a window to the top of all overlapping windows.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalPicture.GetLocation](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalPushbutton.SetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)             | Sets the value of a named property.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [SalRadioButton.GetName](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalUserControl.BringWindowToTop](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)       | Brings a window to the top of all overlapping windows.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalVerticalScrollBar.PostMessage](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)      | Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalForm.DrawMenuBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | Redraws the menu bar for a given form window or top-level table window.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalFormTableWindow.GetLinesPerRow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalMDIWindow.MDIArrangeIcons](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)          | Arranges minimized child window icons in an MDI window.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalWindow.GetFormParameter](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [SalTableColumn.SetLocation](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            | Moves a window to a new position (x, y) on the X and Y axes.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [SalTableWindow.SendMessageToChildren](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)  | Sends a message to all child items of a form window, dialog box, table window, or MDI window.                                                                                                                                                                                                                                                                                                                                                                                            |
| [SalQuickFTP.OpenFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                  | Opens a file on an FTP server.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [SalQuickFTP.PutFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | Copies a file from a local machine to an FTP server. If nContext is greater than zero, an asynchronous process is started and status messages are sent to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages through wParam.                                                                                                                                                                                          |
| [SalQuickFTP.GetFile](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   | Copies a file from an FTP server to the local machine. If nContext is greater than zero, an asynchronous process is started and status messages are send to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages in wParam.                                                                                                                                                                                             |
| [SalQuickTabs.CancelMode](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)               | Cancel a user action. This can be called when processing a TABSM\_ message.                                                                                                                                                                                                                                                                                                                                                                                                              |
| [SalQuickTabsParent.TabCreate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)          | Indicates that a tab has been created. This function is called when the tab control receives SAM\_Create.                                                                                                                                                                                                                                                                                                                                                                                |
| [SalQuickToolTipCheckBox.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)       | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipChildTable.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipComboBox.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)       | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipDataField.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)      | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipHScrollBar.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipListBox.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)        | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipMultilineField.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean) | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipOptionButton.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)   | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipPicture.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)        | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipPushButton.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipRadioButton.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)    | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipTableWindow.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)    | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalQuickToolTipVScrollBar.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)     | Multiple Inheritance: Wrapper function.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [SalToolTipManager.AddTool](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)             | Associate a tip with a control. The control can be any type of window.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SalDDE.Extract](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [Vis.WinIsWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisCalendar.KillTimer](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisCalendarDropDown.InvalidateWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisColorPalette.SetFocus](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisColorPaletteDropDown.SetFocus](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisComboBoxBase.SetItemValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisDirListBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisDirTreeListBox.Populate](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisFontNameComboBox.GetSelectedFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisFontNameListBox.GetSelectedFont](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisListBoxBase.SetItemValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisListBoxExtension.GetTextRectangle](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisListView.BringWindowToTop](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisListViewDropDown.GetEditable](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisOutlineComboBox.Demote](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisOutlineListBox.GetProperty](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisRadioListBox.Add](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisRadioListBox.Insert](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisRadioListBox.AddValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisRadioListBox.InsertValue](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisRichEdit.ShowWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisSpinField.HideWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisSplitter.SetChild](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisSplitterWindow.SetChild](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [VisTblEx.SetRowColor](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [XSal.GZipPutChar](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [XSalHSplitter.SetTopFrame](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [XSalSplitter.SetBarSize](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [XSalVSplitter.SetLeftFrame](https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salboolean)            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
