SalBoolean

PPJ.Runtime.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.

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

Constructors

Creates a new SalBoolean

NameTypeDescription

x

Properties

Boolean: Checks if this SalBoolean object contains a null value.

Decimal: Returns the inner decimal value

Methods

  • operator for adding two SalBoolean objects

ParameterTypeDescription

x

y

Returns: SalBoolean.

Compares two SalBoolean objects

ParameterTypeDescription

x

y

Returns: Int32.

Compare to object

ParameterTypeDescription

obj

Returns: Int32.

Compare to SalBoolean

ParameterTypeDescription

x

Returns: Int32.

/ operator for dividing two SalBoolean objects

ParameterTypeDescription

x

y

Returns: SalBoolean.

  • operator for multiplying two SalBoolean objects

ParameterTypeDescription

x

y

Returns: SalBoolean.

Negation operator.

ParameterTypeDescription

x

Returns: SalBoolean.

  • operator for subtracting two SalBoolean objects

ParameterTypeDescription

x

y

Returns: SalBoolean.

to boolean

Returns: Boolean.

to byte

Returns: Byte.

to char

Returns: Char.

to decimal

Returns: Decimal.

to double

Returns: Double.

to int16

Returns: Int16.

to int32

Returns: Int32.

to int64

Returns: Int64.

to intptr

Returns: IntPtr.

to sbyte

Returns: SByte.

to single

Returns: Single.

to uint16

Returns: UInt16.

to uint32

Returns: UInt32.

to uint64

Returns: UInt64.

Used By

NameDescription

Begins tracing.

Compare to SalBoolean

* operator for multiplying two SalBoolean objects

Copies the contents of one file (source) to another file (destination).

Creates a directory.

Inserts the contents of a string into a picture.

Returns the last COM exception into a OleErrorInfo object.

Creates a new SafeArray.

Changes the variant type.

Inserts a pane into the navigation bar control.

Starts the Windows help system.

Turns on/off automatic COM error handling.

Sets a window's color.

Hides a window.

Sets the text of a window.

Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.

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.

Sets a window's cursor.

Brings a window to the top of all overlapping windows.

Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.

Brings a window to the top of all overlapping windows.

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.

Arranges minimized child window icons in an MDI window.

Destroys a modal dialog box and returns control to the caller of SalModalDialog.

Validates and formats a data field's or table window column's contents.

Brings a window to the top of all overlapping windows.

Sets the value of a named property.

Brings a window to the top of all overlapping windows.

Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.

Redraws the menu bar for a given form window or top-level table window.

Arranges minimized child window icons in an MDI window.

Moves a window to a new position (x, y) on the X and Y axes.

Sends a message to all child items of a form window, dialog box, table window, or MDI window.

Opens a file on an FTP server.

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.

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.

Cancel a user action. This can be called when processing a TABSM_ message.

Indicates that a tab has been created. This function is called when the tab control receives SAM_Create.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Multiple Inheritance: Wrapper function.

Associate a tip with a control. The control can be any type of window.

Last updated