SalBoolean

PPJ.Runtime.SalBoolean

Namespace: PPJ.Runtime

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

Constructors

SalBoolean(x)

Creates a new SalBoolean

Name
Type
Description

Properties

IsNull

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

Value

Decimal: Returns the inner decimal value

Methods

Add(x, y)

  • operator for adding two SalBoolean objects

Parameter
Type
Description

Returns: SalBoolean.

Compare(x, y)

Compares two SalBoolean objects

Parameter
Type
Description

Returns: Int32.

CompareTo(obj)

Compare to object

Parameter
Type
Description

Returns: Int32.

CompareTo(x)

Compare to SalBoolean

Parameter
Type
Description

Returns: Int32.

Divide(x, y)

/ operator for dividing two SalBoolean objects

Parameter
Type
Description

Returns: SalBoolean.

Multiply(x, y)

  • operator for multiplying two SalBoolean objects

Parameter
Type
Description

Returns: SalBoolean.

Negate(x)

Negation operator.

Parameter
Type
Description

Returns: SalBoolean.

Subtract(x, y)

  • operator for subtracting two SalBoolean objects

Parameter
Type
Description

Returns: SalBoolean.

ToBoolean()

to boolean

Returns: Boolean.

ToByte()

to byte

Returns: Byte.

ToChar()

to char

Returns: Char.

ToDecimal()

to decimal

Returns: Decimal.

ToDouble()

to double

Returns: Double.

ToInt16()

to int16

Returns: Int16.

ToInt32()

to int32

Returns: Int32.

ToInt64()

to int64

Returns: Int64.

ToIntPtr()

to intptr

Returns: IntPtr.

ToSByte()

to sbyte

Returns: SByte.

ToSingle()

to single

Returns: Single.

ToUInt16()

to uint16

Returns: UInt16.

ToUInt32()

to uint32

Returns: UInt32.

ToUInt64()

to uint64

Returns: UInt64.

Used By

Name
Description

Compare to SalBoolean

* operator for multiplying two SalBoolean objects

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

Creates a directory.

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.

Sets the value of a named property.

Brings a window to the top of all overlapping windows.

Verifies whether a data field, multiline text field, or table window column is null or empty.

Brings a window to the top of all overlapping windows.

Brings a window to the top of all overlapping windows.

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

Brings a window to the top of all overlapping windows.

Determines whether the specified list box or combo box entry is selected.

Inserts a pane into the navigation bar control.

Brings a window to the top of all overlapping windows.

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.

Sets a window's color.

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.

Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.

Determines whether any rows in the specified table window match certain flags.

Selects or deselects a combo box or multiple-selection list box entry.

Sets or clears row flags.

Use this function instead of SalShowWindow because it works properly with the class function HideWindow

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

Sets the isolation level.

Returns the last COM exception into a OleErrorInfo object.

Creates a new SafeArray.

Changes the variant type.

Last updated