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

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

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.

Hides a window.

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