PPJ Web API
HomeCurrent IssuesDownloads
  • Welcome
  • Concepts
  • PPJ.Web.49
    • General
      • Sal
      • Sys
      • SalApplication
      • SalNamedProperties
      • SalWindow
      • WindowActionsEventArgs
      • SalXML
    • COM
      • SalCoClass
      • SalObject
      • SalOleErrorInfo
      • SalSafeArray
      • SalVariant
      • stdole_Font
      • stdole_Picture
      • stdole_StdFont
      • stdole_StdPicture
    • Controls
      • SalBackgroundText
      • SalCheckBox
      • SalComboBox
      • SalContext
      • SalCustomControl
      • SalDataField
        • DataType
      • SalFrame
      • SalGeneralWindow
      • SalGroupBox
      • SalGroupSeparator
      • SalHorizontalScrollBar
      • SalLine
      • SalListBox
      • SalMultilineField
      • SalNavigationBar
      • SalOptionButton
        • OptionButtonStyle
      • SalPicture
        • ImageStorage
      • SalPushbutton
      • SalRadioButton
      • SalTimer
      • SalTreeControl
        • SalTreeItem
      • SalUserControl
      • SalVerticalScrollBar
    • Forms
      • AccessoryType
      • SalDialogBox
      • SalForm
      • SalFormClientArea
      • SalFormStatusBar
      • SalFormTableWindow
      • SalFormToolBar
      • SalFormWindow
      • SalMDIWindow
      • SalRibbonBarBase
      • SalRibbonBarForm
      • SalRibbonBarMDI
    • Interfaces
      • ISalType
      • ISalAccessory
      • ISalControl
      • ISalEditControl
      • ISalListControl
      • ISalListItem
      • ISalMenu
      • ISalPictureControl
      • ISalRadioButton
      • ISalReport
      • ISalWindow
    • Menus
      • SalContextMenu
      • SalFormMainMenu
      • SalMenuItem
      • SalMenuSeparator
      • SalPopupMenu
      • SalWindowsMenu
    • QO
      • SalQuickTabs
      • SalQuickTabsDialog
      • SalQuickTabsForm
      • SalQuickTabsParent
      • SalQuickTabsParentDialog
      • SalQuickTabsParentForm
    • Sql
      • SalSqlBindVariables
      • SalSqlError
      • SalSqlHandle
      • SalSqlSessionHandle
      • Sql
      • SqlContext
      • SqlOra
      • WhenSqlError
    • Types
      • SalArray<T>
      • SalBinary
      • SalBoolean
      • SalDateTime
      • SalFileHandle
      • SalFunctionalClass
      • SalNumber
      • SalResource
      • SalString
      • SalStringContext
      • SalWindowHandle
  • PPJ.Web.Vis.49
    • General
      • Vis
      • VisTblEx
    • Controls
      • VisCalendar
      • VisCalendarDropDown
      • VisColorComboBox
      • VisColorListBox
      • VisComboBoxBase
      • VisDesktopListBox
      • VisDirListBox
      • VisDirTreeListBox
      • VisDriveComboBox
      • VisDriveListBox
      • VisDropDownBase
      • VisFileListBox
      • VisFontComboBox
      • VisFontListBox
      • VisFontNameComboBox
      • VisFontNameListBox
      • VisListBoxBase
      • VisListBoxExtension
      • VisListView
      • VisListViewDropDown
      • VisMeter
      • VisOutlineComboBox
      • VisOutlineListBox
      • VisPictureComboBox
      • VisPictureListBox
      • VisPoint
      • VisRadioListBox
      • VisRect
      • VisSize
      • VisSpinField
      • VisSplitter
      • VisSplitterWindow
        • Orientation
  • PPJ.Web.XSal.49
    • General
      • XSal
      • XSalScript
    • Controls
      • XSalFlatButton
      • XSalHSplitter
      • XSalSplitter
      • XSalToolbar
      • XSalToolbox
      • XSalVSplitter
Powered by GitBook
On this page
  • Constructors
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • SalNumber(x)
  • Properties
  • IsNull
  • Value
  • Methods
  • Abs()
  • Add(x, y)
  • ArcCos()
  • ArcSin()
  • ArcTan()
  • ArcTan2(nm_valueY, nm_valueX)
  • Compare(x, y)
  • CompareTo(obj)
  • CompareTo(x)
  • Cos()
  • CosH()
  • Divide(x, y)
  • Exponent()
  • HighWord()
  • Hypot(nX, nY)
  • Log()
  • LogBase10()
  • LowWord()
  • Max(x, y)
  • Min(x, y)
  • Mod(nDividend)
  • Multiply(x, y)
  • Negate(x)
  • Pi()
  • Power(power)
  • RandInit(seed)
  • Random()
  • Round()
  • Sin()
  • SinH()
  • Sqrt()
  • Subtract(x, y)
  • Tan()
  • TanH()
  • ToBoolean()
  • ToByte()
  • ToChar()
  • ToCharacter()
  • ToDecimal()
  • ToDouble()
  • ToInt16()
  • ToInt32()
  • ToInt64()
  • ToIntPtr()
  • ToSByte()
  • ToSingle()
  • ToUInt16()
  • ToUInt32()
  • ToUInt64()
  • ToWindowHandle()
  • Truncate(precision, scale)
  • Used By
  1. PPJ.Web.49
  2. Types

SalNumber

PPJ.Runtime.SalNumber

PreviousSalFunctionalClassNextSalResource

Last updated 2 years ago

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.

public struct SalNumber : ValueType, IComparable, IConvertible, IFormattable, INullable, ISalType, IXmlSerializable, IWisejSerializable
Public Structure SalNumber
    Implements ValueType, IComparable, IConvertible, IFormattable, INullable, ISalType, IXmlSerializable, IWisejSerializable

Constructors

SalNumber(x)

Creates a new SalNumber.

Name
Type
Description

x

SalNumber(x)

Creates a new SalNumber.

Name
Type
Description

x

SalNumber(x)

Creates a new SalNumber.

Name
Type
Description

x

SalNumber(x)

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Creates a new SalNumber.

Name
Type
Description

x

Properties

Methods

Computes a number's absolute value.

  • operators for adding two SalNumber objects

Parameter
Type
Description

x

y

Computes the arc cosine of a value in the range 0 to 1. The value's domain is -1 to 1.

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

Computes a value's arc tangent.

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

One of two values whose arc tangent you want.

nm_valueX

The other of two values whose arc tangent you want.

Compares two SalNumbers values.

Parameter
Type
Description

x

y

compare to an object

Parameter
Type
Description

obj

compare to a number

Parameter
Type
Description

x

Computes an angle's cosine.

Computes an angle's hyperbolic cosine.

/ operator for dividing two SalNumber objects

Parameter
Type
Description

x

y

Computes a value's exponential function.

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

Computes the length of the hypotenuse of a right triangle, given the lengths of the other two sides.

Parameter
Type
Description

nX

The length of one side of a right triangle.

nY

The length of another side of a right triangle.

Computes a number's natural logarithm.

Computes a number's base 10 logarithm.

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

Returns the greater of two values.

Parameter
Type
Description

x

The first of two values.

y

The second of two values.

Returns the lesser of two values.

Parameter
Type
Description

x

The first value.

y

The second value.

Returns a number's modulo.

Parameter
Type
Description

nDividend

The dividend value.

  • operator for multiplying two SalNumber objects

Parameter
Type
Description

x

y

Negation operator.

Parameter
Type
Description

x

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

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

The exponent.

Sets the starting point for generating a series of pseudo-random numbers using SalNumberRandom.

Parameter
Type
Description

seed

The starting point. A whole number in the range of 0 to 32767.

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

Computes an angle's sine.

Computes an angle's hyperbolic sine.

Computes a number's square root.

  • operator for subtracting two SalNumber objects

Parameter
Type
Description

x

y

Computes an angle's tangent.

Computes an angle's hyperbolic tangent.

to boolean

to byte

to char

Converts a decimal value to a UNICODE character.

to decimal

to double

to int16

to int32

to int64

to intptr

to sbyte

to single

to uint16

to uint32

to uint64

Converts a number to a window handle.

Truncates a number.

Parameter
Type
Description

precision

The number of digits to display, starting with the leftmost.

scale

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.

Used By

Name
Description

Not supported.

This variable's value is equal to the number of command line arguments you enter.

Returns the buffer's length.

Returns the current buffer length of the string.

Returns the seconds portion (0 to 59) of a date/time value or returns -1 if you specify DATETIME_Null as a parameter.

Returns the next character in an open file.

Computes a number's absolute value.

Returns the string's length up to the terminator char.

Tests the state of a table window's flags.

Scrolls a table window to the specified row and column.

Assigns data to a column of a table window's context row.

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.

Sets or clears row flags.

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.

Sets a table window's focus frame row.

Sets the height of a row in lines.

Sets the number of locked table window columns.

Defines the minimum and maximum rows (range) of a table.

Sets the focus to the first, last, next, or previous row in a table window.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

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

Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.

Sets the value of a named property.

Sets a window's font, font size, and font enhancements.

Gets a window's color.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

Number value property.

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.

Returns the current format of a data field or table window column.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

Dispatches the specified message (Window Actions) directly to the control's WindowActions event handlers, without going through Windows message loop.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

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

Returns the handle of the next child window that matches a specified type.

Returns an object's type.

Inserts a pane into the navigation bar control.

Removes a pane from the navigation bar control.

Adds a new group to the specified pane of a navigation bar.

Removes a group from the navigation bar control.

Returns the index of the currently selected pane.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

Returns the handle of the next child window that matches a specified type.

Returns an object's type.

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.

Creates pop-up menus at runtime.

Sets the value of a named property.

Sets a window's font, font size, and font enhancements.

Gets a window's color.

Returns a window's current state.

Sets a window's color.

Clears a window's cursor.

Sets a window's cursor.

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

Returns a data field's or table window column's data type.

Stores a value associated with the node.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

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.

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

Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.

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.

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

Computes the average of all column values or only specified column values in a table window.

Alters the specified parameter for the custom profile associated to the specified field.

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

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

Converts SAL colors to a .NET Color.

Number value property.

Sets or clears row flags.

Sets a table window's focus frame row.

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.

Sets the height of a row in lines.

Sets the number of locked columns.

Defines the minimum and maximum rows (range) of a table.

Sets the focus to the first, last, next, or previous row in a table window.

Message return value. When set, the flag HasReturnValue is also flipped to true.

Retrieve the number rows of tabs

Indicates that a tab has been activated. This function is called before the child windows have been shown

Indicates that a tab has been activated. This function is called after the child windows have been shown

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

Returns the last error code.

Returns the last error position.

Fetches the previous row in a result set.

Returns the last error code.

Returns the last error position.

Sets the value of a database parameter.

Specifies the maximum time to wait before generating an error.

Sets the value of the specified session property.

Not supported.

Not supported.

Not supported.

Not supported.

skip element

get number of objects

Creates a new SafeArray.

Returns the lower bound.

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

SalNumber(x)

IsNull

: Checks if this SalNumber object contain a null value.

Value

: Returns the inner decimal value

Abs()

Returns: . nNum

Add(x, y)

Returns: .

ArcCos()

Returns: . nArcCos

ArcSin()

Returns: . nArcSin

ArcTan()

Returns: . nArcTan

ArcTan2(nm_valueY, nm_valueX)

Returns: . nArcTan2

Compare(x, y)

Returns: .

CompareTo(obj)

Returns: .

CompareTo(x)

Returns: .

Cos()

Returns: . nCos

CosH()

Returns: . nCosH

Divide(x, y)

Returns: .

Exponent()

Returns: . nNumExp

HighWord()

Returns: .

Hypot(nX, nY)

Returns: . nHypotenuse

Log()

Returns: . nLog

LogBase10()

Returns: . nLogBase10

LowWord()

Returns: . nLo

Max(x, y)

Returns: . nNumMax

Min(x, y)

Returns: . nNumMin

Mod(nDividend)

Returns: . nModulo

Multiply(x, y)

Returns: .

Negate(x)

Returns: .

Pi()

Returns: . nNumPi

Power(power)

Returns: . nNumPower

RandInit(seed)

Returns: . bOk

Random()

Returns: . nRandomNum

Round()

Returns: . nResult

Sin()

Returns: . nSin

SinH()

Returns: . nSinH

Sqrt()

Returns: . nSqrt

Subtract(x, y)

Returns: .

Tan()

Returns: . nTan

TanH()

Returns: . nTanH

ToBoolean()

Returns: .

ToByte()

Returns: .

ToChar()

Returns: .

ToCharacter()

Returns: .

ToDecimal()

Returns: .

ToDouble()

Returns: .

ToInt16()

Returns: .

ToInt32()

Returns: .

ToInt64()

Returns: .

ToIntPtr()

Returns: .

ToSByte()

Returns: .

ToSingle()

Returns: .

ToUInt16()

Returns: .

ToUInt32()

Returns: .

ToUInt64()

Returns: .

ToWindowHandle()

Returns: . nNumber

Truncate(precision, scale)

Returns: . nResult

Boolean
Decimal
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
Int32
Int32
Int32
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
Boolean
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
Boolean
Byte
Char
SalString
Decimal
Double
Int16
Int32
Int64
IntPtr
SByte
Single
UInt16
UInt32
UInt64
SalWindowHandle
SalNumber
Decimal
Double
Single
Int32
UInt32
Int64
UInt64
Int16
UInt16
Char
Byte
Boolean
Enum
IntPtr
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
Object
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
SalNumber
Int32
SalNumber
SalNumber
Int32
Int32
Sal.ValidateSet
Sal.FileOpenExt
Sal.FontGetSizes
Sys.nArgCount
SalBinary.Length
SalBinary.GetBufferLength
SalBoolean.ToString
SalDateTime.Second
SalFileHandle.GetChar
SalNumber.Abs
SalString.Length
SalString.Left
SalWindowHandle.GetTableFlags
SalWindowHandle.ScrollRow
SalWindowHandle.SetColumnText
SalWindowHandle.SetContextRow
SalWindowHandle.SetFlagsAnyRows
SalWindowHandle.SetFocusCell
SalWindowHandle.SetFocusRow
SalWindowHandle.SetLinesPerRow
SalWindowHandle.SetLockedColumns
SalWindowHandle.SetRange
SalWindowHandle.SetRow
SalBackgroundText.SetContextMenu
SalBackgroundText.FormUnitsToPixels
SalCheckBox.PostMessage
SalCheckBox.SendMessage
SalComboBox.SetProperty
SalComboBox.SetFont
SalComboBox.GetWindowColor
SalCustomControl.SetContextMenu
SalCustomControl.FormUnitsToPixels
SalDataField.Number
SalDataField.IsValidDecimal
SalDataField.GetFormatCode
SalFrame.SetContextMenu
SalFrame.FormUnitsToPixels
SalGroupBox.SetContextMenu
SalGroupBox.FormUnitsToPixels
SalHorizontalScrollBar.FireWindowActions
SalLine.SetContextMenu
SalLine.FormUnitsToPixels
SalListBox.GetListItemState
SalListBox.GetListItemText
SalMultilineField.GetNextChild
SalMultilineField.GetControlType
SalNavigationBar.AddPane
SalNavigationBar.RemovePane
SalNavigationBar.AddGroup
SalNavigationBar.RemoveGroup
SalNavigationBar.GetActivePane
SalOptionButton.SetContextMenu
SalOptionButton.FormUnitsToPixels
SalPicture.GetNextChild
SalPicture.GetControlType
SalPushbutton.SetTimer
SalPushbutton.TrackPopupMenu
SalPushbutton.SetProperty
SalPushbutton.SetFont
SalPushbutton.GetWindowColor
SalRadioButton.GetWindowState
SalTreeControl.SetWindowColor
SalTreeControl.ClearCursor
SalTreeControl.SetCursor
SalTreeControl.SetCursorFile
SalTreeControl.GetDataType
SalTreeItem.Value
SalUserControl.SetContextMenu
SalUserControl.FormUnitsToPixels
SalVerticalScrollBar.PostMessage
SalVerticalScrollBar.SendMessage
SalForm.FormUnitsToPixels
SalFormTableWindow.AnyRows
SalFormTableWindow.ColumnAverage
SalWindow.SetProfileParameter
SalWindow.SendMessageToChildren
SalWindow.SendMessageToChildrenInternal
SalWindow.TranslateSalColor
SalWindow.GetLabelText
SalTableColumn.Number
SalTableColumn.GetListItemText
SalTableWindow.SetFlagsAnyRows
SalTableWindow.SetFocusRow
SalTableWindow.SetFocusCell
SalTableWindow.SetLinesPerRow
SalTableWindow.SetLockedColumns
SalTableWindow.SetRange
SalTableWindow.SetRow
WindowActionsEventArgs.Return
SalQuickTabs.GetRowCount
SalQuickTabsParent.TabActivateStart
SalQuickTabsParent.TabActivateFinish
SalQuickTabsParent.TabUserRequest
SalSqlHandle.LastErrorCode
SalSqlHandle.LastErrorPosition
SalSqlHandle.FetchPrevious
SalSqlSessionHandle.LastErrorCode
SalSqlSessionHandle.LastErrorPosition
Sql.SetParameter
Sql.SetLockTimeout
Sql.SetSessionParameter
Sql.GetSessionParameter
Sql.ConnectUsingCursor
Sql.SetLongBindDatatype
Sql.ExecutionPlan
Sql.GetCursor
SalObject.Skip
SalObject.Count
SalSafeArray.Create
SalSafeArray.GetLowerBound
SalVariant.SalType
stdole_Font.PropSetSize
stdole_Font.PropSetWeight
stdole_Font.PropSetCharset
stdole_Picture.Render
stdole_Picture.PropSetHandle
stdole_Picture.PropSethPal
stdole_Picture.PropSetType
stdole_Picture.PropSetWidth
stdole_Picture.PropSetHeight
Vis.MenuSetPicture
Vis.MenuSetText
Vis.MenuUncheck
Vis.ProfileEnumStrings
VisCalendar.SetSize
VisCalendar.KillTimer
VisCalendar.SetTimer
VisCalendar.TrackPopupMenu
VisCalendar.SetProperty
VisCalendar.SetFont
VisCalendar.GetWindowColor
VisCalendarDropDown.GetNextChild
VisCalendarDropDown.GetControlType
VisComboBoxBase.nValue
VisComboBoxBase.nStyle
VisComboBoxBase.nIndex
VisComboBoxBase.nItemFlags
VisComboBoxBase.hFont
VisComboBoxBase.hPicNormal
VisComboBoxBase.nColor
VisComboBoxBase.hItem
VisComboBoxBase.nLevel
VisComboBoxBase.hPicSelect
VisComboBoxBase.AddFontValue
VisDesktopListBox.GetItemDir
VisDriveComboBox.Populate
VisDriveListBox.Populate
VisFileListBox.Populate
VisFontNameComboBox.Populate
VisFontNameListBox.Populate
VisListBoxBase.nValue
VisListBoxBase.nStyle
VisListBoxBase.nIndex
VisListBoxBase.nItemFlags
VisListBoxBase.hFont
VisListBoxBase.hPicNormal
VisListBoxBase.nColor
VisListBoxBase.hItem
VisListBoxBase.nLevel
VisListBoxBase.hPicSelect
VisListBoxBase.AddFontValue
VisListBoxExtension.LoadChild
VisListView.SetContextMenu
VisListView.FormUnitsToPixels
VisListViewDropDown.SetListSize
VisListViewDropDown.Arrange
VisListViewDropDown.EnsureVisible
VisListViewDropDown.FindItem
VisMeter.SetProgress
VisOutlineComboBox.nValue
VisOutlineComboBox.nStyle
VisOutlineComboBox.nIndex
VisOutlineComboBox.nItemFlags
VisOutlineComboBox.hFont
VisOutlineComboBox.hPicNormal
VisOutlineComboBox.nColor
VisOutlineComboBox.hItem
VisOutlineComboBox.nLevel
VisOutlineComboBox.hPicSelect
VisOutlineComboBox.EnumDescendents
VisOutlineListBox.nValue
VisOutlineListBox.nStyle
VisOutlineListBox.nIndex
VisOutlineListBox.nItemFlags
VisOutlineListBox.hFont
VisOutlineListBox.hPicNormal
VisOutlineListBox.nColor
VisOutlineListBox.hItem
VisOutlineListBox.nLevel
VisOutlineListBox.hPicSelect
VisOutlineListBox.GetListItemsCount
VisRadioListBox.Add
VisSpinField.PostMessage
VisSpinField.SendMessage
VisSplitter.GetOrientation
VisSplitterWindow.AssociateChildren
VisTblEx.SetRowColor
VisTblEx.SetRowHdrColor
VisTblEx.SetColColor
VisTblEx.SetColHdrColor
VisTblEx.SetCellColor
VisTblEx.GetRowColor
VisTblEx.GetRowHdrColor
VisTblEx.GetColColor
VisTblEx.GetColHdrColor
VisTblEx.GetCellColor
VisTblEx.SetTableFont
VisTblEx.SetRowFont
VisTblEx.SetRowHdrFont
VisTblEx.SetColFont
VisTblEx.SetColHdrFont
VisTblEx.SetCellFont
VisTblEx.GetTableFont
XSal.ScriptCreate
XSalSplitter.SetSize
XSalSplitter.KillTimer
XSalSplitter.SetTimer
XSalSplitter.TrackPopupMenu
XSalSplitter.SetProperty
XSalSplitter.SetFont
XSalSplitter.GetWindowColor