Sys
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides SAL system constants, message context, and diagnostic services.
- C#
- VB.NET
public class Sys
Public Class Sys
Message-context fields marked ThreadStatic are local to the current thread. Other mutable system fields are shared by the process.
Example:
using PPJ.Runtime;
using System.Diagnostics;
Sys.TraceApplication.Level = TraceLevel.Info;
Sys.TraceInfo(Sys.TraceApplication, "Application started with {0} arguments.", Sys.nArgCount);
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| AC_Dynamic | Int32 | Sentinel that changes a fixed SAL array dimension to a dynamic dimension. | 0x80000000 |
| CF_Text | Int32 | Identifies text data in a clipboard or DDE format field. | 1 |
| CM_TableCell | Int32 | Selects the context menu for an editable table cell. | 1 |
| COL_CellType_CheckBox | Int32 | Identifies the check box table-cell type. | 2 |
| COL_CellType_DropDownList | Int32 | Identifies the drop down list table-cell type. | 3 |
| COL_CellType_PopupEdit | Int32 | Identifies the popup edit table-cell type. | 4 |
| COL_CellType_Standard | Int32 | Identifies the standard table-cell type. | 1 |
| COL_CenterJustify | Int32 | Centers column text; mutually exclusive with COL_RightJustify. | 0x0100 |
| COL_CheckBox_IgnoreCase | Int32 | Compares checked and unchecked column values without regard to case. | 0x0001 |
| COL_DimTitle | Int32 | Displays a column title with disabled styling. | 0x0020 |
| COL_DropDownList_Auto | Int32 | Keeps a drop-down column editable as a combo box. | 0x0004 |
| COL_DropDownList_Editable | Int32 | Allows text that does not appear in the drop-down list. | 0x0008 |
| COL_DropDownList_Sorted | Int32 | Requests sorted entries in a drop-down column. | 0x0001 |
| COL_DropDownList_VScroll | Int32 | Retains the vertical-scrollbar style for compatibility; currently ignored. | 0x0002 |
| COL_Editable | Int32 | Allows users to edit column cells. | 0x0002 |
| COL_EnableSort | Int32 | Enables column sorting and the column-header sort commands. | 0x04000000 |
| COL_GetID | Int32 | Looks up a column by its one-based outline identifier. | 0 |
| COL_GetPos | Int32 | Looks up a column by its one-based display position. | 1 |
| COL_IndicateOverflow | Int32 | Displays an ellipsis when cell text does not fit. | 0x1000 |
| COL_Invisible | Int32 | Masks the text in a password column. | 0x0010 |
| COL_LowerCase | Int32 | Formats cell text in lowercase. | 0x0800 |
| COL_MultilineCell | Int32 | Enables multiline column cells. | 0x00800000 |
| COL_ReadOnly | Int32 | Prevents editing of column cells. | 0x0200 |
| COL_RightJustify | Int32 | Aligns column text to the right; mutually exclusive with COL_CenterJustify. | 0x0080 |
| COL_Selected | Int32 | Marks a column as selected. | 0x0004 |
| COL_UpperCase | Int32 | Formats cell text in uppercase. | 0x0400 |
| COL_Visible | Int32 | Makes a column visible. | 0x0001 |
| COLOR_3DFace | Int32 | The color of the window background (sometimes called the "button face" color). The default is light gray. However, a user can change the color of the window background by selecting a different color scheme. Specify this to make the color of the window background consistent with the color scheme set by the user. Use this constant with Sal.ColorGet and Sal.ColorSet. | 0x70000000 |
| COLOR_3DHighlight | Int32 | The color of highlighted areas. The default is white. However, the user can change the color of highlighted areas by selecting a different color scheme. Specify this to make the color of highlighted areas consistent with the color scheme set by the user. Use this constant with Sal.ColorGet and Sal.ColorSet. | 0x90000000 |
| COLOR_3DShadow | Int32 | The color of shadow areas. The default is dark gray. However, a user can change the color of shadow areas by selecting a different color scheme. Specify this to make the color of shadow areas consistent with the color scheme set by the user. Use this constant with Sal.ColorGet and Sal.ColorSet. | 0x80000000 |
| COLOR_Black | Int32 | Defines the SAL black color value. | 0 |
| COLOR_Blue | Int32 | Defines the SAL blue color value. | 0xFF0000 |
| COLOR_Burgundy | Int32 | Defines the SAL burgundy color value. | 0x000050 |
| COLOR_Charcoal | Int32 | Defines the SAL charcoal color value. | 0x404040 |
| COLOR_Chartreuse | Int32 | Defines the SAL chartreuse color value. | 0x008080 |
| COLOR_Cyan | Int32 | Defines the SAL cyan color value. | 0xFFFF00 |
| COLOR_DarkAqua | Int32 | Defines the SAL dark aqua color value. | 0xBFBF25 |
| COLOR_DarkBlue | Int32 | Defines the SAL dark blue color value. | 0x800000 |
| COLOR_DarkGray | Int32 | Defines the SAL dark gray color value. | 0xA9A9A9 |
| COLOR_DarkGreen | Int32 | Defines the SAL dark green color value. | 0x006400 |
| COLOR_DarkRed | Int32 | Defines the SAL dark red color value. | 0x0000B0 |
| COLOR_Default | Int32 | Default or empty color. | 0x30000000 |
| COLOR_Gray | Int32 | Defines the SAL gray color value. | 0xC0C0C0 |
| COLOR_Green | Int32 | Defines the SAL green color value. | 0x00FF00 |
| COLOR_IndexCell | Int32 | Identifies the cell background color of the context row in a table window column. (You cannot set the color of the cell text in the Property window). Use this constant with the Sal.ColorGet and Sal.ColorSet functions. | 108 |
| COLOR_IndexCellText | Int32 | Identifies the cell text color of the context row in a table window column. (You cannot set the color of the cell text in the Property window). Use this constant with the Sal.ColorGet and Sal.ColorSet functions. | 100 |
| COLOR_IndexTransparent | Int32 | Identifies the transparent color in a picture or push button bitmap. For example, assume you have a push button that contains a bitmap that is blue, red, and green. If you set COLOR_IndexTransparent to COLOR_Blue, the blue portions of the bitmap become transparent; this allows the color of the form window underneath the push button to show through. Use this constant with the Sal.ColorGet and Sal.ColorSet functions. | 101 |
| COLOR_IndexWindow | Int32 | Identifies the window's background color. Use this constant with the Sal.ColorGet, Sal.ColorGetSysColor, and Sal.ColorSet functions. | 5 |
| COLOR_IndexWindowText | Int32 | Identifies the window's text color. Use this constant with the Sal.ColorGet, Sal.ColorGetSysColor, and Sal.ColorSet functions. | 8 |
| COLOR_Jade | Int32 | Defines the SAL jade color value. | 0x404000 |
| COLOR_LightAqua | Int32 | Defines the SAL light aqua color value. | 0xFFFF7F |
| COLOR_LightGray | Int32 | Defines the SAL light gray color value. | 0xE2E2E2 |
| COLOR_LightGreen | Int32 | Defines the SAL light green color value. | 0xBFFFBF |
| COLOR_LightPeriwinkle | Int32 | Defines the SAL light periwinkle color value. | 0xFFBFBF |
| COLOR_Magenta | Int32 | Defines the SAL magenta color value. | 0xFF00FF |
| COLOR_Maize | Int32 | Defines the SAL maize color value. | 0x80FFFF |
| COLOR_Marigold | Int32 | Defines the SAL marigold color value. | 0x7F00FF |
| COLOR_MidnightBlue | Int32 | Defines the SAL midnight blue color value. | 0x800000 |
| COLOR_None | Int32 | This constant means that the transparent color has not been set. Sal.ColorGet can return this constant, and you can specify this constant in Sal.ColorSet. | 0x60000000 |
| COLOR_Orchid | Int32 | Defines the SAL orchid color value. | 0xFF7FFF |
| COLOR_Periwinkle | Int32 | Defines the SAL periwinkle color value. | 0xFF7f7F |
| COLOR_Purple | Int32 | Defines the SAL purple color value. | 0x800080 |
| COLOR_Red | Int32 | Defines the SAL red color value. | 0x0000FF |
| COLOR_RoyalBlue | Int32 | Defines the SAL royal blue color value. | 0xE16941 |
| COLOR_Salmon | Int32 | Defines the SAL salmon color value. | 0x7280FA |
| COLOR_Sky | Int32 | Defines the SAL sky color value. | 0xEBCE87 |
| COLOR_SysWindow | Int32 | Identifies the window's background color. Use this constant with the Sal.ColorGetSysColor function. | 0x10000000 |
| COLOR_SysWindowFrame | Int32 | Identifies the color of the window's frame. Use this constant with the Sal.ColorGetSysColor function. | 0x50000000 |
| COLOR_SysWindowText | Int32 | Identifies the color of the window's text. Use this constant with the Sal.ColorGetSysColor function. | 0x20000000 |
| COLOR_Teal | Int32 | Defines the SAL teal color value. | 0x808000 |
| COLOR_White | Int32 | Defines the SAL white color value. | 0xFFFFFF |
| COLOR_Yellow | Int32 | Defines the SAL yellow color value. | 0x00FFFF |
| CREATE_AsChild | Int32 | Requests creation as a child window. | 0x0004 |
| CREATE_Border | Int32 | Requests a border on a dynamically created window. | 0x0002 |
| CREATE_Hidden | Int32 | Requests creation of a window without initially showing it. | 0x0001 |
| CURSOR_Arrow | Int32 | The standard arrow cursor. Use this constant with the Sal.CursorSet function. | 32512 |
| CURSOR_Cross | Int32 | A crosshair cursor. Use this constant with the Sal.CursorSet function. | 32515 |
| CURSOR_DisableDrop | Int32 | The cursor that displays when in drag mode and drop is disabled. Use this constant with the Sal.CursorSet and Sal.CursorSetFile functions. | 3 |
| CURSOR_DragDrop | Int32 | The cursor that displays when in drag mode and drop is enabled. Use this constant with the Sal.CursorSet and Sal.CursorSetFile functions. | 2 |
| CURSOR_IBeam | Int32 | A text (I-beam) cursor. Use this constant with the Sal.CursorSet function. | 32513 |
| CURSOR_Icon | Int32 | An empty icon. Use this constant with the Sal.CursorSet function. | 32641 |
| CURSOR_Size | Int32 | A cursor that looks like a square with a smaller square in its lower right corner. Use this constant with the Sal.CursorSet function. | 32640 |
| CURSOR_SizeNESW | Int32 | A double-pointed cursor with arrows pointing northeast and southwest. Use this constant with the Sal.CursorSet function. | 32643 |
| CURSOR_SizeNS | Int32 | A double-pointed cursor with arrows pointing north and south. Use this constant with the Sal.CursorSet function. | 32645 |
| CURSOR_SizeNWSE | Int32 | A double-pointed cursor with arrows pointing northwest and southeast. Use this constant with the Sal.CursorSet function. | 32642 |
| CURSOR_SizeWE | Int32 | A double-pointed cursor with arrows pointing west and east. Use this constant with the Sal.CursorSet function. | 32644 |
| CURSOR_UpArrow | Int32 | A vertical arrow cursor. Use this constant with the Sal.CursorSet function. | 32516 |
| CURSOR_Wait | Int32 | An hourglass cursor. Use this constant with the Sal.CursorSet function. | 32514 |
| CURSOR_Window | Int32 | The cursor that displays when positioned over a window and drag mode is not enabled. Use this constant with the Sal.CursorSet and Sal.CursorSetFile functions. | 1 |
| DATETIME_Null | SalDateTime | Represents a SAL null date/time. | |
| DBP_AUTOCOMMIT | Int32 | Identifies the database autocommit parameter. | 1 |
| DBP_BRAND | Int32 | Identifies the database-engine brand parameter; its value is a DBV_BRAND constant. | 2 |
| DBP_FETCHTHROUGH | Int32 | Identifies the provider-specific fetch-through parameter. | 7 |
| DBP_ISOLEVEL | Int32 | Identifies the transaction isolation-level parameter. | 9 |
| DBP_LOCKWAITTIMEOUT | Int32 | Identifies the provider-specific lock-wait timeout parameter, in seconds. | 5 |
| DBP_NOPREBUILD | Int32 | Identifies the provider-specific option that suppresses result-set prebuilding. | 8 |
| DBP_PRESERVE | Int32 | Identifies the provider-specific cursor-context preservation parameter. | 3 |
| DBP_ROLLBACKONTIMEOUT | Int32 | Identifies the provider-specific rollback-on-timeout parameter. | 6 |
| DBP_VERSION | Int32 | Identifies the database-server version parameter. | 4 |
| DBV_BRAND_ALLBASE | Int32 | Identifies ALLBASE in database-brand results. | 10 |
| DBV_BRAND_APPLEDAL | Int32 | Identifies APPLEDAL in database-brand results. | 22 |
| DBV_BRAND_AS400 | Int32 | Identifies AS/400 in database-brand results. | 7 |
| DBV_BRAND_CCAMODEL20 | Int32 | Identifies CCA Model 204 in database-brand results. | 21 |
| DBV_BRAND_CINCOMSUPRA | Int32 | Identifies Cincom Supra in database-brand results. | 20 |
| DBV_BRAND_DB2 | Int32 | Identifies DB2 in database-brand results. | 2 |
| DBV_BRAND_DBASE | Int32 | Identifies DBASE in database-brand results. | 17 |
| DBV_BRAND_EDASQL | Int32 | Identifies EDA/SQL in database-brand results. | 25 |
| DBV_BRAND_IMBSQLDS | Int32 | Identifies IBM SQL/DS in database-brand results. | 13 |
| DBV_BRAND_INFORMIX | Int32 | Identifies Informix in database-brand results. | 5 |
| DBV_BRAND_INFORMIXONLINE | Int32 | Identifies Informix Online in database-brand results. | 24 |
| DBV_BRAND_INGRES | Int32 | Identifies INGRES in database-brand results. | 15 |
| DBV_BRAND_INGRESSOPENSQL | Int32 | Identifies Ingres OpenSQL in database-brand results. | 29 |
| DBV_BRAND_INGRESSOPENSQLD | Int32 | Identifies Ingres OpenSQL in database-brand results. | 30 |
| DBV_BRAND_MSSQL | Int32 | Identifies Microsoft SQL Server in database-brand results. | 102 |
| DBV_BRAND_NETWARE | Int32 | Identifies Novell NetWare in database-brand results. | 6 |
| DBV_BRAND_NETWARESQL | Int32 | Identifies Novell NetWare in database-brand results. | 6 |
| DBV_BRAND_NOCOMMIMER | Int32 | Identifies Nocom Mimer in database-brand results. | 27 |
| DBV_BRAND_NONSTOPSQL | Int32 | Identifies Tandem Nonstop SQL in database-brand results. | 12 |
| DBV_BRAND_ODBC | Int32 | Identifies a in database-brand results. | 31 |
| DBV_BRAND_ORACLE | Int32 | Identifies Oracle in database-brand results. | 4 |
| DBV_BRAND_ORACLE7 | Int32 | Identifies Oracle v. 7 in database-brand results. | 28 |
| DBV_BRAND_ORACLE8 | Int32 | Identifies Oracle v. 8 in database-brand results. | 101 |
| DBV_BRAND_OS2EE | Int32 | Identifies IBM Database Manager in database-brand results. | 3 |
| DBV_BRAND_RDB | Int32 | Identifies DEC RDB in database-brand results. | 11 |
| DBV_BRAND_RDBII | Int32 | Identifies Fujitsu RDBII in database-brand results. | 19 |
| DBV_BRAND_SHAREBASE | Int32 | Identifies Teradata Sharebase in database-brand results. | 23 |
| DBV_BRAND_SNIDDB4 | Int32 | Identifies SNI DDB4 in database-brand results. | 18 |
| DBV_BRAND_SNISESAM | Int32 | Identifies SNI SESAM in database-brand results. | 14 |
| DBV_BRAND_SNIUDS | Int32 | Identifies SNI UDS in database-brand results. | 26 |
| DBV_BRAND_SQL | Int32 | Identifies SQLBase in database-brand results. | 1 |
| DBV_BRAND_SQLACCESS | Int32 | Identifies SQL Access in database-brand results. | 16 |
| DBV_BRAND_SQLHOSTAPP | Int32 | Identifies SQLHOSTAPP in database-brand results. | 99 |
| DBV_BRAND_SYBASE | Int32 | Identifies Sybase in database-brand results. | 8 |
| DBV_BRAND_SYSTEM10 | Int32 | Identifies Sybase System 10 in database-brand results. | 32 |
| DBV_BRAND_TERADATA | Int32 | Identifies Teradata dbc in database-brand results. | 9 |
| DDE_fAck | Int32 | Marks a DDE acknowledgement as accepted. | 0x8000 |
| DDE_fBusy | Int32 | Marks a DDE acknowledgement as busy. | 0x4000 |
| DDE_fNoData | Int32 | Requests notification without attached DDE data. | 0x4000 |
| DDE_fRelease | Int32 | Transfers responsibility for releasing the DDE data memory. | 0x2000 |
| DDE_fResponse | Int32 | Marks DDE data as a response to a request. | 0x1000 |
| DOCK_Any | Int32 | Allows a dialog to dock against any edge. | 0x0F |
| DOCK_Bottom | Int32 | Allows docking against the bottom edge. | 0x08 |
| DOCK_Left | Int32 | Allows docking against the left edge. | 0x01 |
| DOCK_None | Int32 | Disables docking for a dockable dialog. | 0x00 |
| DOCK_Right | Int32 | Allows docking against the right edge. | 0x04 |
| DOCK_Top | Int32 | Allows docking against the top edge. | 0x02 |
| DRIVE_CDROM | Int32 | Identifies an optical drive. | 5 |
| DRIVE_Fixed | Int32 | Identifies a fixed disk drive. | 3 |
| DRIVE_Floppy | Int32 | Identifies a removable disk drive. | 2 |
| DRIVE_Network | Int32 | Identifies a network drive. | 4 |
| DRIVE_RAM | Int32 | Identifies a RAM disk. | 6 |
| DT_Boolean | Int32 | Identifies the boolean data type returned by Sal.GetDataType. | 1 |
| DT_DateTime | Int32 | Identifies the date time data type returned by Sal.GetDataType. | 2 |
| DT_LongString | Int32 | Identifies the long string data type returned by Sal.GetDataType. | 7 |
| DT_Number | Int32 | Identifies the number data type returned by Sal.GetDataType. | 3 |
| DT_String | Int32 | Identifies the string data type returned by Sal.GetDataType. | 5 |
| DW_Default | Int32 | Indicates that the control uses its default maximum data length. | -1 |
| EVAL_Date | Int32 | Identifies a date result from expression evaluation. | 3 |
| EVAL_Handle | Int32 | Identifies a handle result from expression evaluation. | 4 |
| EVAL_If | Int32 | Identifies a if result from expression evaluation. | 100 |
| EVAL_Number | Int32 | Identifies a number result from expression evaluation. | 1 |
| EVAL_Object | Int32 | Identifies an object result from expression evaluation. | 7 |
| EVAL_Set | Int32 | Identifies a set result from expression evaluation. | 99 |
| EVAL_String | Int32 | Identifies a string result from expression evaluation. | 2 |
| EVAL_Template | Int32 | Identifies a template result from expression evaluation. | 5 |
| EVENT_ERROR | Int32 | Identifies an error trace event. | 1 |
| EVENT_INFORMATION | Int32 | Identifies an informational trace event. | 4 |
| EVENT_WARNING | Int32 | Identifies a warning trace event. | 2 |
| FA_Archive | Int32 | Includes files with the archive attribute in a file listing. | 32 |
| FA_Directory | Int32 | Includes subdirectories in a file listing. | 16 |
| FA_Drive | Int32 | Requests a listing of drives. | 0x4000 |
| FA_Exclusive | Int32 | Restricts the listing to the requested file attributes. | 0x8000 |
| FA_Hidden | Int32 | Includes hidden files in a file listing. | 2 |
| FA_Queued | Int32 | Identifies the legacy queued-file selection flag. | 0x2000 |
| FA_ReadOnly | Int32 | Includes read-only files in a file listing. | 1 |
| FA_Standard | Int32 | Selects ordinary files without additional attribute flags. | 0 |
| FA_System | Int32 | Includes system files in a file listing. | 4 |
| FETCH_Delete | Int32 | Indicates that the requested row was deleted. | 3 |
| FETCH_EOF | Int32 | Indicates that no row remains in the requested fetch direction. | 1 |
| FETCH_Ok | Int32 | Indicates a successful row fetch. | 0 |
| FETCH_Update | Int32 | Indicates that the requested row was updated. | 2 |
| FILE_CopyDest | Int32 | Indicates failure to open the copy destination. | 2 |
| FILE_CopyExist | Int32 | Indicates that the copy destination already exists and overwriting was disabled. | 3 |
| FILE_CopyOK | Int32 | Indicates a successful file copy. | 0 |
| FILE_CopyRead | Int32 | Indicates a read error during a file copy. | 4 |
| FILE_CopySrc | Int32 | Indicates failure to open the copy source. | 1 |
| FILE_CopyWrite | Int32 | Indicates a write error during a file copy. | 5 |
| FILE_SeekBegin | Int32 | Measures a seek offset from the beginning of the file. | 0 |
| FILE_SeekCurrent | Int32 | Measures a seek offset from the current file position. | 1 |
| FILE_SeekEnd | Int32 | Measures a seek offset from the end of the file. | 2 |
| FMT_Date_JapanEmperor | Int32 | This constant is one of four possible integer format parameter values for a field. When the constant specifying which integer format parameter to get or set is FMT_Parm_iDateType, the integer format parameter value of a field can be FMT_Date_JapanEmperor. To use the JapanEmperor format, add a [GTITOOLS] section to WIN.INI, and set sDateType to JapanEmperor. In addition, set the sCountry parameter in the [INTL] section of WIN.INI to "Japan". | 3 |
| FMT_Date_JapanGregorian | Int32 | This constant is one of four possible integer format parameter values for a field. When the constant specifying which integer format parameter to get or set is FMT_Parm_iDateType, the integer format parameter value of a field can be FMT_Date_JapanGregorian. To use the JapanGregorian format, add a [GTITOOLS] section to WIN.INI, and set sDateType to JapanGregorian. In addition, set the sCountry parameter in the [INTL] section of WIN.INI to "Japan". | 2 |
| FMT_Date_LongGregorian | Int32 | This constant is one of four possible integer format parameter values for a field. When the constant specifying which integer format parameter to get or set is FMT_Parm_iDateType, the integer format parameter value of a field can be FMT_Date_LongGregorian. To use the LongGregorian format, add a [GTITOOLS] section to WIN.INI, and set sDateType to LongGregorian. This defaults to the format set by FMT_Parm_sLongDate. | 0 |
| FMT_Date_ShortGregorian | Int32 | This constant is one of four possible integer format parameter values for a field. When the constant specifying which integer format parameter to get or set is FMT_Parm_iDateType, the integer format parameter value of a field can be FMT_Date_ShortGregorian. To use the ShortGregorian format, add a [GTITOOLS] section to WIN.INI, and set sDateType to ShortGregorian. This defaults to the format set by FMT_Parm_sShortDate. | 1 |
| FMT_Format_Currency | Int32 | Selects currency formatting for a compatible field or column. | 1 |
| FMT_Format_Date | Int32 | Selects date formatting for a compatible field or column. | 2 |
| FMT_Format_DateTime | Int32 | Selects date time formatting for a compatible field or column. | 3 |
| FMT_Format_Decimal | Int32 | Selects decimal formatting for a compatible field or column. | 4 |
| FMT_Format_Invisible | Int32 | Selects invisible formatting for a compatible field or column. | 5 |
| FMT_Format_LowerCase | Int32 | Selects lower case formatting for a compatible field or column. | 8 |
| FMT_Format_Percentage | Int32 | Selects percentage formatting for a compatible field or column. | 6 |
| FMT_Format_Picture | Int32 | Selects picture formatting for a compatible field or column. | -1 |
| FMT_Format_Time | Int32 | Selects time formatting for a compatible field or column. | 7 |
| FMT_Format_Unformatted | Int32 | Selects unformatted formatting for a compatible field or column. | 0 |
| FMT_Format_UpperCase | Int32 | Selects upper case formatting for a compatible field or column. | 9 |
| FMT_Parm_iCurrDigits | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the number of digits in the fractional part of a currency amount. | 17 |
| FMT_Parm_iCurrency | Int32 | Specifies an option to obtain and define a field's profile-driven format. When you specify FMT_Parm_iCurrency, the integer format parameter value of a field can be one of the following: FMT_Prefix_NoSeparation FMT_Suffix_NoSeparation FMT_Prefix_Separation FMT_Suffix_Separation. | 1 |
| FMT_Parm_iDateType | Int32 | Specifies an option to obtain and define a field's profile-driven format. When you specify FMT_Parm_iDateType, the integer format parameter value of a field can be one of the following: FMT_Date_LongGregorian FMT_Date_ShortGregorian FMT_Date_JapanGregorian FMT_Date_JapanEmperor. | 13 |
| FMT_Parm_iDigits | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the number of significant digits to the right of a number's decimal point. When you specify FMT_Parm_iDigits, the integer format parameter value of a field is the number of digits. | 3 |
| FMT_Parm_iLzero | Int32 | Specifies an option to obtain and define a field's profile-driven format. It indicates whether or not to use a leading zero with decimal values less than 1.0 and greater than -1.0. When you specify FMT_Parm_iLzero, the integer format parameter value of a field can be one of the following: 0 indicates no leading zero (.7) 1 indicates a leading zero (0.7). | 4 |
| FMT_Parm_iNegCurr | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the negative currency format. When you specify FMT_Parm_iNegCurr, the integer format parameter value of a field can be one of the following: 0 for ($1) 1 for -$1 2 for $-1 3 for $1- 4 for (1$) 5 for -1$ 6 for 1-$ 7 for 1$-. | 18 |
| FMT_Parm_iTime | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the time format. When you specify FMT_Parm_iTime, the integer format parameter value of a field can be one of the following: FMT_Time_12Hour FMT_Time_24Hour. | 5 |
| FMT_Parm_iTLZero | Int32 | Specifies an option to obtain and define a field's profile driven format. It indicates whether or not hours have a leading zero. When you specify FMT_Parm_iTLZero, the integer format parameter value of a field can be 0, meaning that there is no leading zero. | 16 |
| FMT_Parm_s1159 | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the trailing string for times between 0:00 and 11:59 A.M. When you specify FMT_Parm_s1159, the string format parameter value can have a length of up to 3 characters. | 6 |
| FMT_Parm_s2359 | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the trailing string for times between 12:00 and 23:59 P.M. When you specify FMT_Parm_s2359, the string format parameter value can have a length of up to 3 characters. | 7 |
| FMT_Parm_sCurrency | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the currency symbol for a given country. When you specify FMT_Parm_sCurrency, the string format parameter value can have a length of up to 40 characters. | 8 |
| FMT_Parm_sDecimal | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the symbol that separates the integer and fractional parts of a number. | 10 |
| FMT_Parm_sLongDate | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents a long date picture format such as d MMM, yyyy. | 15 |
| FMT_Parm_sShortDate | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents a short date picture format such as M/d/yy. | 14 |
| FMT_Parm_sThousand | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the thousands separator character. | 11 |
| FMT_Parm_sTime | Int32 | Specifies an option to obtain and define a field's profile-driven format. It represents the time separator character. For instance, (:) is the separator in (9:25). | 12 |
| FMT_Pic_DateTime | Int32 | This constant specifies that the picture format to validate is a date/time picture format. Use FMT_Pic_DateTime with the Sal.FmtIsValidPicture function. Valid date/time picture format values: Value Item Appearance M month 1-12 MM month 01-12 MMM month Jan-Dec MMMM month January-December d day 1-31 dd day 01-31 ddd day Mon-Sun dddd day Monday-Sunday yy year 00-99 yyyy year 0000-9999 hh hour 1-12 hhhh hour 0-24 mm minutes 0-59 ss seconds 0-59 mmmmmm microseconds 000000-999999 AMPM AM/PM The AM/PM indicator. | 1 |
| FMT_Pic_Number | Int32 | This constant specifies that the picture format to validate is a number picture format. Use FMT_Pic_Number with the Sal.FmtIsValidPicture function. Valid number formats are: # Specifies the number of optional digits on both sides of the decimal point. 0 Specifies the number of decimal places to the right of the decimal point, and the minimum digits to the left of the decimal point. . Indicates the position of the decimal point. , Specifies the thousands separator when nested between 0's or #'s. ; Specifies that there are two picture formats. The picture format to the left of the (;) is used to format positive values, and the picture format to the right of the (;) is used to format negative values. % Specifies percentage format. E+ e+ E- e- Specifies scientific notation format. By specifying a (-), only negative numbers are displayed with a sign. | 2 |
| FMT_Prefix_NoSeparation | Int32 | This constant is one of four possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_Parm_iCurrency. It defines the way in which formats a currency value. If you specify this constant, a number (for example: 1) to be formatted as currency appears as: $1. | 0 |
| FMT_Prefix_Separation | Int32 | This constant is one of four possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_Parm_iCurrency. It defines the way in which formats a currency value. If you specify this constant, a number (for example: 1) to be formatted as currency appears as: $ 1. | 2 |
| FMT_Profile_Australia | Int32 | Identifies the Australia formatting profile. | 61 |
| FMT_Profile_Belgium | Int32 | Identifies the Belgium formatting profile. | 32 |
| FMT_Profile_Brazil | Int32 | Identifies the Brazil formatting profile. | 55 |
| FMT_Profile_Default | Int32 | Identifies the system default profile maintained in the WIN.INI file. The settings associated with the system default profile determine a field's format. | 0 |
| FMT_Profile_Denmark | Int32 | Identifies the Denmark formatting profile. | 45 |
| FMT_Profile_Finland | Int32 | Identifies the Finland formatting profile. | 358 |
| FMT_Profile_France | Int32 | Identifies the France formatting profile. | 33 |
| FMT_Profile_Germany | Int32 | Identifies the Germany formatting profile. | 49 |
| FMT_Profile_Italy | Int32 | Identifies the Italy formatting profile. | 39 |
| FMT_Profile_Japan | Int32 | Identifies the Japan formatting profile. | 81 |
| FMT_Profile_Netherlands | Int32 | Identifies the Netherlands formatting profile. | 31 |
| FMT_Profile_Norway | Int32 | Identifies the Norway formatting profile. | 47 |
| FMT_Profile_Program | Int32 | Identifies a special profile whose settings determine a field's format. It allows an application to individually specify each field's format. | -1 |
| FMT_Profile_Spain | Int32 | Identifies the Spain formatting profile. | 34 |
| FMT_Profile_Sweden | Int32 | Identifies the Sweden formatting profile. | 46 |
| FMT_Profile_Switzerland | Int32 | Identifies the Switzerland formatting profile. | 41 |
| FMT_Profile_UnitedKingdom | Int32 | Identifies the United Kingdom formatting profile. | 44 |
| FMT_Profile_USA | Int32 | Identifies the USA formatting profile. | 1 |
| FMT_Suffix_NoSeparation | Int32 | This constant is one of four possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_iCurrency. It defines the way in which formats a currency value. If you specify this constant, a number (for example: 1) to be formatted as currency appears as: 1$. | 1 |
| FMT_Suffix_Separation | Int32 | This constant is one of four possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_iCurrency. It defines the way in which formats a currency value. If you specify this constant, a number (for example: 1) to be formatted as currency appears as: 1 $. | 3 |
| FMT_Time_12Hour | Int32 | This constant is one of two possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_Parm_iTime. It defines a time value to display in the format of a 12 hour clock. | 0 |
| FMT_Time_24Hour | Int32 | This constant is one of two possible integer format parameter values for a field whose integer format parameter is specified by the constant FMT_Parm_iTime. It defines a time value to display in the format of a 24 hour clock. | 1 |
| FMT_Validate_Dialog | Int32 | This constant directs to display a dialog box if a format error occurs during a call to Sal.FmtValidateField. | 1 |
| FMT_Validate_None | Int32 | This constant directs not to display a dialog box if a format error occurs during a call to Sal.FmtValidateField. Instead, the application handles the error. | 0 |
| FONT_EnhBold | Int32 | Adds bold styling to a font. | 8 |
| FONT_EnhDefault | Int32 | Selects the default font enhancement setting. | 1 |
| FONT_EnhItalic | Int32 | Adds italic styling to a font. | 2 |
| FONT_EnhNormal | Int32 | Specifies a font with no style enhancements. | 0 |
| FONT_EnhStrikeOut | Int32 | Adds a strikeout line to a font. | 16 |
| FONT_EnhUnderline | Int32 | Underlines a font. | 4 |
| FONT_GetPrinter | Int32 | Selects printer fonts in legacy font enumeration APIs. | 2 |
| FONT_GetScreen | Int32 | Selects screen fonts in legacy font enumeration APIs. | 1 |
| FORM_nFormHeight | Int32 | Identifies the integer form parameter for the height of a given form window. It is used by the function Sal.FormGetParmNum. | 2 |
| FORM_nFormPages | Int32 | Identifies the integer form parameter for the number of pages in a given form window. It is used by the function Sal.FormGetParmNum. | 3 |
| FORM_nFormWidth | Int32 | Identifies the integer form parameter for the width of a given form window. It is used by the function Sal.FormGetParmNum. | 1 |
| HELP_Context | Int32 | The Sal.WinHelp function uses this constant to display context sensitive help on the topic associated with the context identifier number in the nData parameter. | 1 |
| HELP_Finder | Int32 | The Sal.WinHelp function uses this constant to bring up the help Find Dialog. | 0x000B |
| HELP_HelpOnHelp | Int32 | The Sal.WinHelp function uses this constant to display information on the Windows Help System itself. | 4 |
| HELP_Index | Int32 | The Sal.WinHelp function uses this constant to display the index of available Help topics. | 3 |
| HELP_Key | Int32 | The Sal.WinHelp function uses this constant to display a list of available Help topics for the keywords specified in the parameter sData. | 0x101 |
| HELP_Quit | Int32 | The Sal.WinHelp function uses this constant to quit the Windows Help System that is currently open and in use. | 2 |
| HELP_SetIndex | Int32 | The Sal.WinHelp function uses this constant to set the current index for a multi-index help system. | 5 |
| hWndForm | SalWindowHandle | Identifies the form or dialog in the current SAL message context. | |
| hWndItem | SalWindowHandle | Identifies the control currently receiving SAL message actions. | |
| hWndMDI | SalWindowHandle | Identifies the MDI window in the current SAL message context. | |
| hWndNULL | SalWindowHandle | Represents a null SAL window handle. | |
| IDABORT | Int32 | Identifies the ABORT result returned by a message box. | 3 |
| IDCANCEL | Int32 | Identifies the CANCEL result returned by a message box. | 2 |
| IDIGNORE | Int32 | Identifies the IGNORE result returned by a message box. | 5 |
| IDNO | Int32 | Identifies the NO result returned by a message box. | 7 |
| IDOK | Int32 | Identifies the OK result returned by a message box. | 1 |
| IDRETRY | Int32 | Identifies the RETRY result returned by a message box. | 4 |
| IDYES | Int32 | Identifies the YES result returned by a message box. | 6 |
| LB_Err | Int32 | Indicates a failed list operation or a missing list item. | -1 |
| LB_ErrSpace | Int32 | Identifies the legacy insufficient-memory result for a list operation. | -2 |
| LB_Ok | Int32 | Indicates a successful list operation. | 0 |
| lParam | SalNumber | Contains the lParam value for the current SAL message. | |
| MAX_DefaultDataField | Int32 | Defines the default data-field length as 100 characters. | 100 |
| MAX_DefaultMultiline | Int32 | Defines the default multiline-field length as 1,000 characters. | 1000 |
| MB_AbortRetryIgnore | Int32 | This is a Push Button style constant used by the Sal.MessageBox function to define the type of push buttons to display in the message box. Specifying MB_AbortRetryIgnore causes the message box to display three push buttons: Abort, Retry, and Ignore. You can combine a Push Button style constant with a constant from the Icon style, Response Button Handling style, and System style constant groups (all of which are also named MB_*) using the OR (|) operator. | 2 |
| MB_ApplModal | Int32 | This is a System style constant used by the Sal.MessageBox function to display a dialog box that suspends the application's windows until you respond appropriately. You can combine a System style constant with a constant from the Icon style, Response Button Handling style, and Push Button style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0 |
| MB_DefButton1 | Int32 | This is a Response Button Handling style constant used by the Sal.MessageBox function to specify that the first button (usually Ok) has the focus when the dialog box displays. You can combine a Response Button Handling style constant with a constant from the Icon style, System Options style, and Push Button style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0 |
| MB_DefButton2 | Int32 | This is a Response Button Handling style constant used by the Sal.MessageBox function to specify that the second button has the focus when the dialog box displays. You can combine a Response Button Handling style constant with a constant from the Icon style, System Options style, and Push Button style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0x100 |
| MB_DefButton3 | Int32 | This is a Response Button Handling style constant used by the Sal.MessageBox function to specify that the third button has the focus when the dialog box displays. You can combine a Response Button Handling style constant with a constant from the Icon style, System Options style, and Push Button style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0x200 |
| MB_IconAsterisk | Int32 | This is an icon style constant used by the Sal.MessageBox function to display an "i" (for information) icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 64 |
| MB_IconExclamation | Int32 | This is an icon style constant used by the Sal.MessageBox function to display an exclamation point icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 48 |
| MB_IconHand | Int32 | Supports MB_IconHand for backward compatibility; use MB_IconStop instead. | 16 |
| MB_IconInformation | Int32 | This is an icon style constant used by the Sal.MessageBox function to display an "i" (for information) icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 64 |
| MB_IconQuestion | Int32 | This is an icon style constant used by the Sal.MessageBox function to display a question mark icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 32 |
| MB_IconStop | Int32 | This is an icon style constant used by the Sal.MessageBox function to display a stop sign icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 16 |
| MB_NoFocus | Int32 | The underlying Windows feature for this style is no longer supported by Microsoft. This style does nothing and is provided for backward compatibility only. | 0x8000 |
| MB_Ok | Int32 | This is a push button style constant used by the Sal.MessageBox function to display an Ok push button in the message box. This is the default assignment. You can combine a push button style constant with a constant from the icon style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0 |
| MB_OkCancel | Int32 | This is a Push Button style constant used by the Sal.MessageBox function to specify that both an Ok and a Cancel push button display in the message box. You can combine a Push Button style constant with a constant from the Icon style, Response Button Handling style, and System style constant groups (all of which are also named MB_*) using the OR (|) operator. See Sal.MessageBox Options and Sal.MessageBox Returns for more information. | 1 |
| MB_RetryCancel | Int32 | This is a Push Button style constant used by the Sal.MessageBox function to specify that both a Retry and a Cancel push button display in the message box. You can combine a Push Button style constant with a constant from the Icon style, Response Button Handling style, and System style constant groups (all of which are also named MB_*) using the OR (|) operator. | 5 |
| MB_SystemModal | Int32 | This is a System style constant used by the Sal.MessageBox function to display a dialog box that suspends ALL application windows until you respond appropriately. You can combine a System style constant with a constant from the Icon style, Response Button Handling style, and Push Button style constant groups (all of which are also named MB_*) using the OR (|) operator. | 0x1000 |
| MB_YesNo | Int32 | This is a Push Button style constant used by the Sal.MessageBox function to specify that both a Yes and a No push button display in the message box. You can combine a Push Button style constant with a constant from the Icon style, Response Button Handling style, and System style constant groups (all of which are also named MB_*) using the OR (|) operator. | 4 |
| MB_YesNoCancel | Int32 | This is a Push Button style constant used by the Sal.MessageBox function to define the type of push buttons to display in the message box. Specifying MB_YesNoCancel causes the message box to display three push buttons: Yes, No, and Cancel. You can combine a Push Button style constant with a constant from the Icon style, Response Button Handling style, and System style constant groups (all of which are also named MB_*) using the OR (|) operator. | 3 |
| Namespace | String | Specifies the application namespace used to resolve migrated types. | |
| nArgCount | SalNumber | Contains the recorded number of application startup arguments. | |
| NUMBER_Null | SalNumber | Represents a SAL null number, distinct from a non-null zero. | |
| OF_Append | Int32 | Requests the operation to open a file for appending. The file pointer is positioned at the end of the file. You can combine File Open style constants using the bitwise OR (|) operator. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 3 |
| OF_Binary | Int32 | Requests the operation to open a file in binary mode. Default translations of carriage return/line feed combinations are suppressed. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x10000 |
| OF_Create | Int32 | Requests the operation to create a new file. If one already exists, it is truncated to zero length. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x1000 |
| OF_Delete | Int32 | Requests the operation to delete a file. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x0200 |
| OF_Exist | Int32 | Requests the operation to open and then close a file. Use it to test if a file exists. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x4000 |
| OF_Parse | Int32 | This constant prepares to open a file by parsing the file specifications, but carries out no action. Use it if you need to verify a file specification without actually opening the file. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x0100 |
| OF_Read | Int32 | Requests the operation to open a file for reading only. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0 |
| OF_ReadAppend | Int32 | Requests the operation to open a file for reading and appending of new data. The file pointer is positioned at the end of the file so that you can read/write the opened file. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 4 |
| OF_ReadWrite | Int32 | Requests the operation to open a file for reading and writing. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 2 |
| OF_Reopen | Int32 | Use this constant only with the Sal.FileOpenExt function to instruct to open a file using the name specified in a previous Sal.FileOpen call. You must have previously opened the file with a legitimate file name and used the same file handle. When first opens the file, it stores the full path name internally. The purpose of the OF_Reopen constant is to guarantee that subsequent opens of the file use this fully qualified name, regardless of whether directories and drives have changed since the original Sal.FileOpen. | 0x8000 |
| OF_Share_Compat | Int32 | Requests the operation to open a file in compatibility mode. This lets any computer open a file any number of times. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0 |
| OF_Share_Deny_None | Int32 | Requests the operation to open a file without denying other applications read and write access to it. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 64 |
| OF_Share_Deny_Read | Int32 | Requests the operation to open a file and deny other applications read access to it. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 48 |
| OF_Share_Deny_Write | Int32 | Requests the operation to open a file, denying other applications write access to it. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 32 |
| OF_Share_Exclusive | Int32 | Requests the operation to open a file, denying other applications read and write access to it. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 16 |
| OF_Text | Int32 | Requests the operation to open a file in text mode. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0 |
| OF_Unicode | Int32 | Requests the operation to open a file in unicode mode. Default translations of carriage return/line feed combinations are suppressed. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x20000 |
| OF_UTF16 | Int32 | Requests the operation to open a file in UTF16 mode. | 0x20000 |
| OF_UTF7 | Int32 | Requests the operation to open a file in UTF7 mode. Default translations of carriage return/line feed combinations are suppressed. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x40000 |
| OF_UTF8 | Int32 | Requests the operation to open a file in UTF8 mode. Default translations of carriage return/line feed combinations are suppressed. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 0x80000 |
| OF_Write | Int32 | Requests the operation to open a file for writing only. Use this constant with the Sal.FileOpen and Sal.FileOpenExt functions. | 1 |
| PIC_FitBestFit | Int32 | Use this constant with the Sal.PicSetFit function to set the fit for a picture. PIC_FitBestFit causes the image to fit either the width or height of the window. Scaling is proportional and the image is not distorted. | 2 |
| PIC_FitScale | Int32 | Use this constant with the Sal.PicSetFit function to set the fit for a picture. PIC_FitScale scales the image by the percentages specified in nScaleWidth and nScaleHeight. Scaling may not be proportional and the image might be distorted. | 3 |
| PIC_FitSizeToFit | Int32 | Use this constant with the Sal.PicSetFit function to set the fit for a picture. PIC_FitSizeToFit stretches or shrinks the image to fit within the picture frame. This is not proportional scaling and might distort the image. | 1 |
| PIC_FormatBitmap | Int32 | Use this constant with the Sal.PicSetString, Sal.PicGetString, and Sal.PicSet functions to set the contents of a picture from a string. PIC_FormatBitmap means that the picture is a bitmap. You can also use this constant with Sal.PicSetHandle to set the image in a picture window with the handle of a bitmap. | 1 |
| PIC_FormatIcon | Int32 | Use this constant with the Sal.PicSetString and Sal.PicSet functions to set the contents of a picture from a string. PIC_FormatIcon means that the picture is an icon. You can also use this constant with Sal.PicSetHandle to set the image in a picture window with the handle of an icon. | 2 |
| PIC_FormatObject | Int32 | Use this constant with the Sal.PicSetString and Sal.PicGetString functions to set the contents of a picture from a string. PIC_FormatObject means that the picture is an OLE object. | 3 |
| PIC_ImageTypeBMP | Int32 | Identifies BMP image data in SAL picture APIs. | 1 |
| PIC_ImageTypeGIF | Int32 | Identifies GIF image data in SAL picture APIs. | 6 |
| PIC_ImageTypeICON | Int32 | Identifies ICON image data in SAL picture APIs. | 2 |
| PIC_ImageTypeJPEG | Int32 | Identifies JPEG image data in SAL picture APIs. | 7 |
| PIC_ImageTypeNone | Int32 | Identifies None image data in SAL picture APIs. | 0 |
| PIC_ImageTypeNuVEQ | Int32 | Identifies Nu VEQ image data in SAL picture APIs. | 8 |
| PIC_ImageTypePCX | Int32 | Identifies PCX image data in SAL picture APIs. | 5 |
| PIC_ImageTypeTIFF | Int32 | Identifies TIFF image data in SAL picture APIs. | 4 |
| PIC_ImageTypeWMF | Int32 | Identifies WMF image data in SAL picture APIs. | 3 |
| PLATFORM_Current | Int32 | Reports the compatibility platform as PLATFORM_Windows. | 0 |
| PLATFORM_Solaris | Int32 | Identifies the legacy Solaris platform. | 1 |
| PLATFORM_Windows | Int32 | Identifies the Windows platform. | 0 |
| PRT_nCopyCount | Int32 | Specifies an option to get and set the number of copies to print. The default setting is 1. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 3 |
| PRT_nDraftMode | Int32 | Specifies an option to get and set the print mode to either Draft or Proof. Draft mode prints faster than Proof mode, but with lower resolution. The default setting is Draft. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 1 |
| PRT_nFromPage | Int32 | This constant gets and sets the first page to print. The default starting page number is 1. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 7 |
| PRT_nMarginLeft | Int32 | This constant gets and sets the left margin. The default left margin is 0. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 4 |
| PRT_nMarginTop | Int32 | This constant gets and sets the top margin. The default left margin is 0. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 5 |
| PRT_nPrintAll | Int32 | Specifies an option to determine or specify whether all pages of a form are to print. It overrides PRT_nFromPage and PRT_nToPage settings. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 6 |
| PRT_nShowFormPageRect | Int32 | Specifies an option to determine or specify whether a rectangle is drawn around the printed form using the form size. The default setting for this constant is FALSE. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 9 |
| PRT_nToPage | Int32 | This constant gets and sets the last page to print. The default ending page number is 1. Use this constant with the Sal.PrtGetParmNum, Sal.PrtSetParmNum, and Sal.PrtSetParmDefaults functions. | 8 |
| ROW_Edited | Int32 | indicates that a row was edited. ROW_Edited is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, SalTblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 4 |
| ROW_Hidden | Int32 | indicates that a row is hidden from view. ROW_Hidden is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 0x2000 |
| ROW_HideMarks | Int32 | indicates that the row's editing marks (in the row header) are hidden from view. ROW_HideMarks is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 64 |
| ROW_MarkDeleted | Int32 | indicates that the row is marked for deletion. ROW_MarkDeleted is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 32 |
| ROW_New | Int32 | indicates that the row has been newly inserted. ROW_New is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 8 |
| ROW_Selected | Int32 | indicates that the row is selected. ROW_Selected is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 2 |
| ROW_UnusedFlag1 | Int32 | is available for your application to use. ROW_UnusedFlag1 can be returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 0x80 |
| ROW_UnusedFlag2 | Int32 | is available for your application to use. ROW_UnusedFlag2 can be returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: Sal.TblAnyRows, Sal.TblCopyRows, Sal.TblFindNextRow, Sal.TblFindPrevRow, Sal.TblQueryRowFlags, Sal.TblSetFlagsAnyRows, Sal.TblSetRowFlags. | 0x100 |
| RPT_BeforeBreakFooter1 | Int32 | Identifies the report notification before formatting the break footer 1 section. | 14 |
| RPT_BeforeBreakFooter2 | Int32 | Identifies the report notification before formatting the break footer 2 section. | 15 |
| RPT_BeforeBreakFooter3 | Int32 | Identifies the report notification before formatting the break footer 3 section. | 16 |
| RPT_BeforeBreakFooter4 | Int32 | Identifies the report notification before formatting the break footer 4 section. | 17 |
| RPT_BeforeBreakFooter5 | Int32 | Identifies the report notification before formatting the break footer 5 section. | 18 |
| RPT_BeforeBreakFooter6 | Int32 | Identifies the report notification before formatting the break footer 6 section. | 19 |
| RPT_BeforeBreakFooter7 | Int32 | Identifies the report notification before formatting the break footer 7 section. | 20 |
| RPT_BeforeBreakFooter8 | Int32 | Identifies the report notification before formatting the break footer 8 section. | 21 |
| RPT_BeforeBreakHeader1 | Int32 | Identifies the report notification before formatting the break header 1 section. | 6 |
| RPT_BeforeBreakHeader2 | Int32 | Identifies the report notification before formatting the break header 2 section. | 7 |
| RPT_BeforeBreakHeader3 | Int32 | Identifies the report notification before formatting the break header 3 section. | 8 |
| RPT_BeforeBreakHeader4 | Int32 | Identifies the report notification before formatting the break header 4 section. | 9 |
| RPT_BeforeBreakHeader5 | Int32 | Identifies the report notification before formatting the break header 5 section. | 10 |
| RPT_BeforeBreakHeader6 | Int32 | Identifies the report notification before formatting the break header 6 section. | 11 |
| RPT_BeforeBreakHeader7 | Int32 | Identifies the report notification before formatting the break header 7 section. | 12 |
| RPT_BeforeBreakHeader8 | Int32 | Identifies the report notification before formatting the break header 8 section. | 13 |
| RPT_BeforeDetail | Int32 | Identifies the report notification before formatting the detail section. | 5 |
| RPT_BeforePageFooter | Int32 | Identifies the report notification before formatting the page footer section. | 2 |
| RPT_BeforePageHeader | Int32 | Identifies the report notification before formatting the page header section. | 1 |
| RPT_BeforeReportFooter | Int32 | Identifies the report notification before formatting the report footer section. | 4 |
| RPT_BeforeReportHeader | Int32 | Identifies the report notification before formatting the report header section. | 3 |
| RPT_CmdFirstPage | Int32 | Use this constant with the Sal.ReportCmd function to display the first page of a report. | 1 |
| RPT_CmdGoToPage | Int32 | Use this constant with the Sal.ReportCmd function to display a dialog box where the user can enter the page number in the report to scroll to. | 9 |
| RPT_CmdLastPage | Int32 | Use this constant with the Sal.ReportCmd function to display the last page of a report. | 2 |
| RPT_CmdNextPage | Int32 | Use this constant with the Sal.ReportCmd function to display the next page of a report. | 3 |
| RPT_CmdPrevPage | Int32 | Use this constant with the Sal.ReportCmd function to display the previous page of a report. | 8 |
| RPT_CmdPrint | Int32 | Use this constant with the Sal.ReportCmd function to print the report. | 4 |
| RPT_CmdPrinterSetup | Int32 | Use this constant with the Sal.ReportCmd function to display the Printer Setup dialog box where the user can change the print settings. | 7 |
| RPT_CmdSizeActual | Int32 | Use this constant with the Sal.ReportCmd function to display a report in its true size in the report window. The user may need to scroll the window horizontally or vertically to see the entire report. | 6 |
| RPT_CmdSizeFit | Int32 | Use this constant with the Sal.ReportCmd function fit the report within the report window. This is useful when you want to view the general format of a report as it appears when printed. | 5 |
| RPT_DoneBreakFooter1 | Int32 | Identifies the report notification after formatting the break footer 1 section. | 56 |
| RPT_DoneBreakFooter2 | Int32 | Identifies the report notification after formatting the break footer 2 section. | 57 |
| RPT_DoneBreakFooter3 | Int32 | Identifies the report notification after formatting the break footer 3 section. | 58 |
| RPT_DoneBreakFooter4 | Int32 | Identifies the report notification after formatting the break footer 4 section. | 59 |
| RPT_DoneBreakFooter5 | Int32 | Identifies the report notification after formatting the break footer 5 section. | 60 |
| RPT_DoneBreakFooter6 | Int32 | Identifies the report notification after formatting the break footer 6 section. | 61 |
| RPT_DoneBreakFooter7 | Int32 | Identifies the report notification after formatting the break footer 7 section. | 62 |
| RPT_DoneBreakFooter8 | Int32 | Identifies the report notification after formatting the break footer 8 section. | 63 |
| RPT_DoneBreakHeader1 | Int32 | Identifies the report notification after formatting the break header 1 section. | 48 |
| RPT_DoneBreakHeader2 | Int32 | Identifies the report notification after formatting the break header 2 section. | 49 |
| RPT_DoneBreakHeader3 | Int32 | Identifies the report notification after formatting the break header 3 section. | 50 |
| RPT_DoneBreakHeader4 | Int32 | Identifies the report notification after formatting the break header 4 section. | 51 |
| RPT_DoneBreakHeader5 | Int32 | Identifies the report notification after formatting the break header 5 section. | 52 |
| RPT_DoneBreakHeader6 | Int32 | Identifies the report notification after formatting the break header 6 section. | 53 |
| RPT_DoneBreakHeader7 | Int32 | Identifies the report notification after formatting the break header 7 section. | 54 |
| RPT_DoneBreakHeader8 | Int32 | Identifies the report notification after formatting the break header 8 section. | 55 |
| RPT_DoneDetail | Int32 | Identifies the report notification after formatting the detail section. | 47 |
| RPT_DonePageFooter | Int32 | Identifies the report notification after formatting the page footer section. | 44 |
| RPT_DonePageHeader | Int32 | Identifies the report notification after formatting the page header section. | 43 |
| RPT_DoneReportFooter | Int32 | Identifies the report notification after formatting the report footer section. | 46 |
| RPT_DoneReportHeader | Int32 | Identifies the report notification after formatting the report header section. | 45 |
| RPT_EnableCancel | Int32 | Specifies an option to enable the cancel button in the report preview panel. It should be specified in the nFlags parameter of Sal.ReportView function. | 8 |
| RPT_ErrBind | Int32 | RPT_ErrBind means that a bind error occurred. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 3 |
| RPT_ErrCount | Int32 | RPT_ErrCount means that a report function provided the wrong number of bind/input variables. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 9 |
| RPT_ErrFilenameLength | Int32 | RPT_ErrFilenameLength means that the specified report file name was too long. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 4 |
| RPT_ErrFileOpen | Int32 | RPT_ErrFileOpen means that a report function was unable to open the specified report file. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 5 |
| RPT_ErrInput | Int32 | RPT_ErrInput means that a mismatch occurred between the input variable and the associated bind variable. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 10 |
| RPT_ErrLoadDLL | Int32 | RPT_ErrLoadDLL means that a report function was unable to load the required DLLs. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 1 |
| RPT_ErrMaxRpts | Int32 | RPT_ErrMaxRpts means that the maximum number of reports was exceeded. Maximum number of reports = 10. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 2 |
| RPT_ErrPrtOpen | Int32 | RPT_ErrPrtOpen means that a report function was unable to open the printer. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 8 |
| RPT_ErrRptOpen | Int32 | RPT_ErrRptOpen means that a report function was unable to open the specified report for printing. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 7 |
| RPT_ErrRptWindow | Int32 | RPT_ErrRptWindow means that a report function was unable to open the report window. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 6 |
| RPT_ErrType | Int32 | RPT_ErrType means that the data type of an input variable did not match the data type of the associated bind variable. Returned by the functions: Sal.ReportCreate, Sal.ReportPrint, Sal.ReportPrintToFile, Sal.ReportView, Sal.ReportTableCreate, Sal.ReportTablePrint, Sal.ReportTableView. | 11 |
| RPT_ExportDataOnly | Int32 | Specifies an option to indicate that the reporting engine should export only the data records. | 512 |
| RPT_Landscape | Int32 | Selects landscape page orientation for report printing. | 1 |
| RPT_NoPrint | Int32 | You can turn off the printer icon on the default report view toolbar by specifying this flag in the nFlags parameter of the Sal.ReportView function: RPT_NoPrint No print button on the toolbar. | 2 |
| RPT_NoToolbar | Int32 | You can turn off the toolbar in report view by specifying this flag in the nFlags parameter of the Sal.ReportView function: RPT_NoToolbar No toolbar in the preview window. | 4 |
| RPT_OutputBreakFooter1 | Int32 | Identifies the report notification before output of the break footer 1 section. | 35 |
| RPT_OutputBreakFooter2 | Int32 | Identifies the report notification before output of the break footer 2 section. | 36 |
| RPT_OutputBreakFooter3 | Int32 | Identifies the report notification before output of the break footer 3 section. | 37 |
| RPT_OutputBreakFooter4 | Int32 | Identifies the report notification before output of the break footer 4 section. | 38 |
| RPT_OutputBreakFooter5 | Int32 | Identifies the report notification before output of the break footer 5 section. | 39 |
| RPT_OutputBreakFooter6 | Int32 | Identifies the report notification before output of the break footer 6 section. | 40 |
| RPT_OutputBreakFooter7 | Int32 | Identifies the report notification before output of the break footer 7 section. | 41 |
| RPT_OutputBreakFooter8 | Int32 | Identifies the report notification before output of the break footer 8 section. | 42 |
| RPT_OutputBreakHeader1 | Int32 | Identifies the report notification before output of the break header 1 section. | 27 |
| RPT_OutputBreakHeader2 | Int32 | Identifies the report notification before output of the break header 2 section. | 28 |
| RPT_OutputBreakHeader3 | Int32 | Identifies the report notification before output of the break header 3 section. | 29 |
| RPT_OutputBreakHeader4 | Int32 | Identifies the report notification before output of the break header 4 section. | 30 |
| RPT_OutputBreakHeader5 | Int32 | Identifies the report notification before output of the break header 5 section. | 31 |
| RPT_OutputBreakHeader6 | Int32 | Identifies the report notification before output of the break header 6 section. | 32 |
| RPT_OutputBreakHeader7 | Int32 | Identifies the report notification before output of the break header 7 section. | 33 |
| RPT_OutputBreakHeader8 | Int32 | Identifies the report notification before output of the break header 8 section. | 34 |
| RPT_OutputDetail | Int32 | Identifies the report notification before output of the detail section. | 26 |
| RPT_OutputPageFooter | Int32 | Identifies the report notification before output of the page footer section. | 23 |
| RPT_OutputPageHeader | Int32 | Identifies the report notification before output of the page header section. | 22 |
| RPT_OutputReportFooter | Int32 | Identifies the report notification before output of the report footer section. | 25 |
| RPT_OutputReportHeader | Int32 | Identifies the report notification before output of the report header section. | 24 |
| RPT_PaperA3 | Int32 | Selects A 3 paper for report printing. | 8 |
| RPT_PaperA4 | Int32 | Selects A 4 paper for report printing. | 9 |
| RPT_PaperA5 | Int32 | Selects A 5 paper for report printing. | 11 |
| RPT_PaperB5 | Int32 | Selects B 5 paper for report printing. | 13 |
| RPT_PaperCustom | Int32 | Selects Custom paper for report printing. | 256 |
| RPT_PaperLegal | Int32 | Selects Legal paper for report printing. | 5 |
| RPT_PaperLetter | Int32 | Selects Letter paper for report printing. | 1 |
| RPT_PaperTabloid | Int32 | Selects Tabloid paper for report printing. | 3 |
| RPT_Portrait | Int32 | Selects portrait page orientation for report printing. | 0 |
| RPT_PrintAll | Int32 | Use this constant with the Sal.ReportPrint function or the ReportPrint function to print all pages of a report. | 0 |
| RPT_PrintDraft | Int32 | Use this constant with the Sal.ReportPrint function or the ReportPrint function to print a report in draft mode. ///. | 2 |
| RPT_PrintEmptyReport | Int32 | Specifies an option to print reports with empty data sets. This option adds one empty row to the data set passed to the reporting engine. ReportPrint. | 32 |
| RPT_PrintNoAbort | Int32 | Use this constant with the Sal.ReportPrint function or the ReportPrint function so that does not display the dialog box that lets the user cancel the report. | 4 |
| RPT_PrintNoErrors | Int32 | Use this constant with the Sal.ReportPrint function or the ReportPrint function to suppress error message dialog boxes during printing. | 16 |
| RPT_PrintNoWarn | Int32 | Use this constant with the Sal.ReportPrint function or the ReportPrint function to suppress warnings about margin overflow and tiled pages. | 8 |
| RPT_PrintNullStringsAsDefaultValues | Int32 | Specifies an option to pass NULL strings as strings with length 0 ReportPrint. | 64 |
| RPT_PrintParamCopies | Int32 | Use this flag with the ReportPrint function to specify the number of copies to print. | 3 |
| RPT_PrintParamFirstPage | Int32 | Use this flag with the ReportPrint function to specify the first page to print. | 1 |
| RPT_PrintParamLastPage | Int32 | Use this flag with the ReportPrint function to specify the last page to print. | 2 |
| RPT_PrintParamOptions | Int32 | Use this flag with the ReportPrint function to specify report options: RPT_PrintAll, RPT_PrintDraft, RPT_PrintNoAbort, RPT_PrintNoErrors, RPT_PrintNoWarn, or RPT_PrintRange. | 0 |
| RPT_PrintRange | Int32 | Use this constant with the ReportPrint function or the Sal.ReportPrintToFile function to print a range of pages. You must also set the values of the first (nFirstPage) and last (nLastPage) pages of the report. | 1 |
| RPT_PrintTableHiddenColumns | Int32 | Specifies an option to include hidden columns when printing table windows ReportPrint. | 128 |
| SAL_ARRAY | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL array value. | 6 |
| SAL_BOOLEAN | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL Boolean value. | 4 |
| SAL_DATE | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL date value. | 5 |
| SAL_NOTYPE | Int32 | SAL type code indicating that a COM VARIANT has no corresponding SAL type. | 7 |
| SAL_NUMBER | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL numeric value. | 3 |
| SAL_OBJECT | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL object value. | 1 |
| SAL_STRING | Int32 | SAL type code indicating that a COM VARIANT maps to a SAL string value. | 2 |
| SAL_VARIANT | Int32 | Identifies an unconverted COM VARIANT in SAL type mappings. | 0 |
| SAM_Activate | Int32 | Notifies to top-level and MDI windows when the window is activated or deactivated. The wParam indicates whether the window is being activated or deactivated. | 0x2041 |
| SAM_AnyEdit | Int32 | Notifies to a combo box, data field, multi line text field, or table window column whenever you make a change to that object's value. The object receives a SAM_AnyEdit message on every key stroke. By processing SAM_AnyEdit messages, an application can check an object's value as it changes. | 0x2004 |
| SAM_AppExit | Int32 | Notifies to an application after all of the application's windows have been destroyed (closed). When the user exits an application or switches from user mode to design mode, an application's form windows, dialog boxes, and table windows are destroyed. Following this, SAM_AppExit is sent to the application. You can perform clean-up tasks (such as disconnecting from a database) before the application terminates. This is the last message an application receives and it is only sent to the Application Actions section of the outline. Be sure not to reference any windows in your statements when processing this message!. | 0x2002 |
| SAM_AppStartup | Int32 | Notifies to an application before any of the application's windows have been created, including those which are automatically created at run time. You can process SAM_AppStartup and perform initialization tasks such as displaying a login dialog box that authorizes access to a database. This is the first message an application receives and it is sent only to the Application Actions section of the outline. | 0x2001 |
| SAM_CacheFull | Int32 | Notifies to a table window when needs to fetch a row from the data source but the table window cache is full and none of its rows qualify as discardable. If the table window has a non-discardable cache, SAM_CacheFull indicates that no more data can fit in the table window cache. If the table window has a discardable cache, SAM_CacheFull indicates that the cache is full of data that you modified and must now save. Once you save the modified rows, they qualify as discardable. | 0x200B |
| SAM_CaptionDoubleClick | Int32 | Notifies to a table window and a table window column when you double click on a table window column title. To retrieve the table window column's window handle in wParam, use Sal.NumberToWindowHandle. | 0x2012 |
| SAM_Click | Int32 | In general, SAM_Click alerts an application that the user has clicked an object with the left mouse button. SAM_Click is sent to a check box or push button when you click either of these objects or perform a keyboard activity that simulates a mouse click. SAM_Click is sent to a currently-unselected radio button when you click it or perform a keyboard activity that simulates a mouse click. If the radio button you click on is already selected, no SAM_Click is sent. SAM_Click is sent to a list box when you click an entry or perform a keyboard activity that simulates a mouse click. If you click an empty list box or click a portion of the list box that contains no entries, no SAM_Click is sent. SAM_Click is sent to a combo box when you click an entry in the drop-down list box or perform a keyboard activity that simulates a mouse click. If you click the data field portion of the combo box or the button that invokes the drop-down list box, no SAM_Click is sent. SAM_Click is sent to a table window and the column with the focus when you click a table window cell or perform a keyboard activity that simulates a mouse click. | 0x2006 |
| SAM_Close | Int32 | Notifies to a dialog box, a form window, MDI window, or a top-level table window when you choose the Close command from a window's system menu or when you double-click on the window's system menu. SAM_Close is sent to an application to notify the application that you are attempting to close a window. By processing the SAM_Close message, an application can check the form window or table window to see if there is data that needs to be saved to the data source. A SAM_Close message is not sent on a call to Sal.Quit, Sal.EndDialog, or Sal.DestroyWindow. If SAM_Close is sent to the Message Actions section of a modal or system modal dialog box, the application can call Sal.MessageBox to prevent the destruction of the dialog box. Otherwise, default processing closes the message box. If SAM_Close does not execute a return, the window closes; if SAM_Close returns FALSE, the window does not close. | 0x10 |
| SAM_ColumnSelectClick | Int32 | Notifies to a table window, and a table window column when the user selects or deselects a column by clicking on the column title. You must set TBL_Flag_SelectableCols to TRUE by calling Sal.TblSetTableFlags (it is FALSE by default). To retrieve the window handle of the column in wParam, use Sal.NumberToWindowHandle. | 0x201B |
| SAM_ContextMenu | Int32 | Notifies when the user right-clicks a window or presses Shift+F10. | 0x2048 |
| SAM_CornerClick | Int32 | Notifies to a table window, and a table window column when you click on the title of a row header. The row header is a non-editable column on the left side of a table window. To retrieve the window handle of the column in wParam use Sal.NumberToWindowHandle. | 0x2016 |
| SAM_CornerDoubleClick | Int32 | Notifies to a table window, and a table window column when you double click on the title of a row header. The row header is a non-editable column on the left side of a table window To retrieve the window handle of the column in wParam, use Sal.NumberToWindowHandle. | 0x2017 |
| SAM_CountRows | Int32 | Notifies to a table window that has a dynamic scroll range. Use it to query an application for the number of rows in a table window. The user scrolls to the last row in a table window (by pressing a key such as the End key). Applications process the SAM_CountRows message by returning the number of rows in the table window. Typically, this involves counting the number of rows in a result set. If an application does not process the SAM_CountRows message, SAM_FetchRow messages are used to determine the last row in a table window, namely with a TBL_NoMoreRows return from the message. Processing SAM_CountRows, however, yields better performance. | 0x2011 |
| SAM_Create | Int32 | Notifies to a top-level window (dialog box, form window, or table window) and then to all of its children after they are created, but before they are made visible. It is also sent to an MDI window. For example, follow these steps to create a form window that has data fields: 1. Create the form window. 2. Create each of its data fields. After creates all the windows, but before making them visible, sends SAM_Create to the objects in this order: 1. The form window. 2. Each of the form's data fields. After sends the SAM_Create messages, makes the form window and data fields visible. By processing the SAM_Create message, an application can perform initialization tasks. Typical initialization tasks include setting data field values and populating table windows and list boxes with data from a database. | 0x2001 |
| SAM_CreateComplete | Int32 | Sends SAM_CreateComplete to windows with contents (top-level windows and child table windows) after creating the window's children and displaying the window (and its children). For example, suppose you create a form window with a data field and a child table window. The child table window has one column. The following happens: 1. The form window is created. 2. The data field is created. 3. The child table window is created. 4. The child table window's column is created. Once all this is done, sends a SAM_Create message to the top-level window and all of its children. Next, makes the form window and its children visible. Finally, sends a SAM_CreateComplete message to the child table window, and then to the form window (the top-level window). By processing the SAM_CreateComplete message, you can do initialization tasks that depend on the state or contents of child windows. You can also use SAM_CreateComplete to wait to do initialization tasks until after a top-level window (and its children) has become visible. | 0x2038 |
| SAM_CustControlCmd | Int32 | Notifies a custom control when its parent window receives a notification (WM_COMMAND) from the custom control. Ignores any value that you Return when you process this message. | 0x2039 |
| SAM_DDE_ClientExecute | Int32 | Notifies to all objects in a server application. The event that causes it is a DDE client sent a command string. A server listens for command requests from clients by processing SAM_DDE_ClientExecute. The server gets the command string that the client sent by calling Sal.DDEGetExecuteString. The parameter for Sal.DDEGetExecuteString is the lParam of the SAM_DDE_ClientExecute message, which points to the command string. After calling Sal.DDEGetExecuteString, the server can parse the command string to determine the action to perform. The server can send data or some other response to the client by calling Sal.DDESendToClient. The wParam for the SAM_DDE_ClientExecute message contains the window handle of the client. The server uses wParam in the third parameter of Sal.DDESendToClient to send the data or response back to the same client. | 0x3EB |
| SAM_DDE_ClientRequest | Int32 | Notifies to a server application as the result of a client application's request for updated data. A server listens for requests from clients by processing the SAM_DDE_ClientRequest message. A server sends data to a client by calling Sal.DDESendToClient. The wParam for the SAM_DDE_ClientRequest message contains the window handle of the client. The server uses wParam in a Sal.DDESendToClient parameter to send the data back to the same client. | 0x3EA |
| SAM_DDE_DataChange | Int32 | Notifies to all objects in a DDE client application. It is sent when a DDE server has sent data to the client. When a DDE server sends an item to the client, the data appears automatically in the window that the client specified in Sal.DDEStartSession. The client application does not need to perform any action to receive the data. However, if the client application wants to know when the server sends an item, it can process the SAM_DDE_DataChange message. Note that SAM_DDE_DataChange is sent after the server sends the data to the client. | 0x3E9 |
| SAM_Destroy | Int32 | Notifies to a top-level window (dialog box, form window, or table window) and then to all of its children just before the windows are destroyed. SAM_Destroy messages are sent after SAM_Close has been sent to the top-level window. For example, if a form window has data fields, sends the messages to the objects in this order: SAM_Close to the form window. SAM_Destroy to the form window. SAM_Destroy to each of the form window's child windows. After all of the SAM_Destroy messages are sent, the top-level and child windows are destroyed. It is also sent to an MDI window. sends SAM_Destroy to an MDI window and its children in this order: MDI window Form window or table window Form window or table window children and grandchildren (columns) Form window or table window toolbar children and grandchildren MDI window toolbar children and grandchildren. | 0x2002 |
| SAM_Dock | Int32 | Notifies to a docking host (top-level window) when a docking dialog is about to change its docking orientation. | 0x204f |
| SAM_DockChange | Int32 | Notifies to a docking dialog box after it has changed its docking orientation. | 0x204d |
| SAM_DoubleClick | Int32 | Notifies to a combo box, list box, picture, table window, or a column when you double-click on one of these objects. When the user double-clicks a row in a table window or list box, sends the messages in this order: 1. Two SAM_Click messages. 2. SAM_DoubleClick to the table window column or list box. 3. SAM_DoubleClick to the table window. A double-click can select a row in a list box or table window and then start an action for that row. For example, a list box can contain a list of file names. When the user double-clicks a name in the list box, the application opens the file. SAM_DoubleClick is only sent to a combo box if Always Show List is set to Yes. | 0x2009 |
| SAM_DragCanAutoStart | Int32 | Notifies to a top-level window, child table window, data field, multi line field, list box, combo box, and picture. Sends this message to ask a window whether it wants auto dragging. Return TRUE to enable auto dragging. If you do not process this message or you return FALSE, then does not enable auto dragging. Starts drag mode automatically when the application returns TRUE from SAM_DragCanAutoStart. This is the minimum that an application does to let a user drag from a window. However, you must write additional code to do something when the user drops in a window. | 0x2033 |
| SAM_DragDrop | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture. Sent when the user drops the mouse on a target window. | 0x2032 |
| SAM_DragEnd | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that drag mode has ended. | 0x2034 |
| SAM_DragEnter | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that the mouse has moved into the window while in drag mode. | 0x202F |
| SAM_DragExit | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that the mouse has moved off of the window while in drag mode. | 0x2031 |
| SAM_DragMove | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that the mouse has moved onto the window while in drag mode. | 0x2030 |
| SAM_DragNotify | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that a mouse action occurred while in drag mode. | 0x2035 |
| SAM_DragStart | Int32 | Notifies a top-level window, child table window, data field, multi line field, list box, combo box, and picture, indicating that drag mode has started. | 0x202E |
| SAM_DropDown | Int32 | Notifies to a combo box before the list box portion of the combo box drops down. This message does not occur unless the Drop Down item is set to Yes. | 0x2019 |
| SAM_DropFiles | Int32 | Notifies a column, data field, multi line field, list box, combo box, picture, custom control. Only sends this message to windows that have enabled file dropping. It is sent when the user drops a file or files from Explorer or File Manager on the object. Call the Sal.DropFilesQueryFiles function to get the names of the files dropped on the object. Sal.DropFilesQueryFiles returns the number of files that were dropped or 0 if the function fails. You can only call Sal.DropFilesQueryFiles during SAM_DropFiles message processing. Call the Sal.DropFilesQueryPoint function to get the location of the mouse in the window where the user dropped the file or files. By default, file dropping is enabled for editable picture objects. To avoid this default processing, execute a Return statement in the SAM_DropFiles message processing for a picture object and do not perform any other processing. For example, when a user drops on a picture, you can call Sal.DropFilesQueryFiles or Sal.DropFilesQueryPoint in the SAM_DropFiles message processing and decide whether to process what the user is dropping or to ignore it by executing a Return statement with no other processing. You can completely disable file dropping for an editable picture by calling the Sal.DropFilesAccecptFiles function. The default for editable picture windows is TRUE. The default for all other window types is FALSE. | 0x233 |
| SAM_EndCellTab | Int32 | Notifies a table window when the user tries to tab past the last editable cell. You can use this message to automate row insertion. When the window receives this message, add a blank row to the window. By default, this message returns FALSE, which selects the current row. Return TRUE to prevent this behavior. | 0x2018 |
| SAM_FetchDone | Int32 | Notifies to a table window when Sal.TblPopulate, using the TBL_FillAllBackground value as its last parameter, completes the population of a table window. | 0x201A |
| SAM_FetchRow | Int32 | Notifies to a table window whenever needs to copy a row into the table window cache. When you populate a table window, sends a SAM_FetchRow message for every row in the table window that displays. When the user scrolls forward, sends more SAM_FetchRow messages to the table window for those rows not currently in the cache that need to be displayed. You usually call Sql.FetchRow to fetch a row into the table window based on the row number in lParam. Note: Setting a breakpoint on a statement that executes while processing a SAM_FetchRow message can cause incomplete painting of a table window. | 0x2007 |
| SAM_FetchRowDone | Int32 | Notifies to a table window after populates a row. | 0x202D |
| SAM_FieldEdit | Int32 | Notifies to a combo box, data field, multi line text field, table window, or table window column when you change a window's value and then move the focus away from that window. For example, if you enter a value into a data field, then press the TAB key or click the mouse to move to another field, a SAM_FieldEdit message is sent to the data field. The SAM_FieldEdit message is different from the SAM_AnyEdit message. A SAM_AnyEdit message is sent for every keystroke, while a SAM_FieldEdit message is sent only when you attempt to leave a window whose value you changed. Use SAM_Validate for field validation. SAM_Validate supersedes SAM_FieldEdit. | 0x2005 |
| SAM_Help | Int32 | Notifies to any top level window and MDI window when the user presses the F1 function key. It is used in conjunction with Sal.WinHelp to call up a user-created Help system. The wParam contains the handle of the child object that has the focus that you can use for a context-sensitive help system. | 0x201C |
| SAM_ItemClicked | Int32 | Notifies when the user click a node in a SalTreeControl control. wParam is the item handle. lParam is not used. | 0x2065 |
| SAM_ItemCollapsed | Int32 | Notifies when the user collapses a node in a SalTreeControl control. wParam is the item handle. lParam is not used. | 0x205D |
| SAM_ItemExpanded | Int32 | Notifies when the user expands a node in a SalTreeControl control. wParam is the item handle. lParam is not used. | 0x205C |
| SAM_ItemSelected | Int32 | Notifies when the user select a node in a SalTreeControl control. wParam is the item handle. lParam is not used. | 0x205B |
| SAM_KillFocus | Int32 | Notifies to a table window, data field, multi line field, pushbutton, radio button, check box, option button, combo box, list box, column, and horizontal and vertical scroll bar as you are about to exit the object. The message is always sent whether or not you changed the object's value. Warning: You cannot call Sal.SetFocus in SAM_KillFocus processing because of a Windows limitation. | 0x1008 |
| SAM_NavChange | Int32 | Notifies when a pane becomes active (i.e. displayed or selected). | 0x205E |
| SAM_NavGroupCollapse | Int32 | Notifies when a group (within a pane, delimited by a pane separator) is collapsed. wParam The index of the pane where is the group is located. lparam The index of the group which is being collapsed. | 0x2061 |
| SAM_NavGroupExpand | Int32 | Notifies when a group (within a pane, delimited by a pane separator) is expanded. wParam The index of the pane where is the group is located. lParam The index of the group which is being expanded. | 0x2060 |
| SAM_NavResize | Int32 | Notifies when the splitter is moved to a new position. wParam The index of the pane which is being resized. lParam The size of the object after resizing. The low-order word contains the width in pixels, and the high-order word contains the height in pixels. | 0x205F |
| SAM_Print | Int32 | Notifies to a form window, data field, multi line text field, combo box, or push button while the object prints. | 0x2013 |
| SAM_ReportFetchInit | Int32 | Notifies a top-level window or MDI window that started a report. Happens when the first page of a report is ready for formatting. It sends SAM_ReportFetchInit after sending SAM_ReportStart. SAM_ReportFetchInit means that it is ready to receive data from the application. If the report contains data from a database, call SqlExecute. If Sql.Execute returns TRUE, then Return TRUE. If you Return FALSE, the report stops. If you do not Return a value, or you do not process the message, the report continues. | 0x200D |
| SAM_ReportFetchNext | Int32 | SAM_ReportFetchNext message is send to a top-level window or MDI window that started the report. This message is sent after a SAM_ReportFetchInit message to indicate that it is ready to receive the next row of data from the application. If the application is going to fetch the report data from a database, it typically makes a call to Sql.FetchNext to fetch the next row from the database upon receipt of this message. If the fetch is successful, the application returns TRUE for SAM_ReportFetchNext. Does not send data from the application to the report until the application returns TRUE in SAM_ReportFetchNext processing. If there is no more data to fetch, the application returns FALSE. | 0x200E |
| SAM_ReportFinish | Int32 | SAM_ReportFinish message is sent to a top-level window or MDI window that started the report. SAM_ReportFinish is sent when the report finishes. The application can use this message to do any sort of cleanup that is needed following the generation of a report. | 0x2010 |
| SAM_ReportNotify | Int32 | Data is fetched and blocks of the report are formatted. When the formatted blocks cross a page boundary, a page header/footer block set is inserted in the flow and the page is sent to the printer or displayed in preview mode. The report sends SAM_ReportNotify messages as the report blocks are formatted and output into the page buffer. The Before notifications are send before any formatting occurs, the Output notifications are sent when the first line of the report is output and the Done notifications are sent when the entire block is output. Notifications are sent to a top-level window or MDI window that starts the report. Two sets of notifications are sent for each block: When at least one line of the formatted block is output | When the block is finished outputting Check the lParam variable to see which part of the report is ready to be formated. The lParam is one of the RPT_Before* constants. Any value that you return during SAM_ReportNotify processing is ignored. | 0x201E |
| SAM_ReportStart | Int32 | Notifies a top-level window or MDI window that started a report when a part of a report is ready to be formatted. SAM_ReportStart is sent after the application calls the report with either Sal.ReportView or Sal.ReportPrint to indicate that the report is starting. SAM_ReportStart is sent before the report displays or prints. You can use SAM_ReportStart to do any sort of initialization necessary before sending data to the report. Ignores SAM_ReportStart's return value. | 0x200F |
| SAM_RowHeaderClick | Int32 | Notifies to a table window when you click on a row in the row header. This message is not sent unless Sal.TblDefineRowHeader has been used to define a row header. | 0x2014 |
| SAM_RowHeaderDoubleClick | Int32 | Notifies to a table window when you double-click on a row in the row header. Only sends this message when TBL_RowHdr_Visible is TRUE (which is the default). If TBL_RowHdr_Visible is FALSE, you can set it to TRUE by calling Sal.TblDefineRowHeader. | 0x2015 |
| SAM_RowSetContext | Int32 | Notifies a TableWindow when the user changes its focus row. If you process this message but do not execute a Return statement, performs its default processing. | 0x2037 |
| SAM_RowValidate | Int32 | Notifies to a table window before the table window's focus row changes, letting the application validate the contents of the row. The SAM_RowValidate message is sent regardless of the current row flags or cell edited flags. It is sent only when you change the focus row, not when you remove the focus from the table window. If the application returns VALIDATE_Cancel, the focus remains on the current row. If the application returns VALIDATE_Ok, the table window behaves as normal and changes the focus row. | 0x201D |
| SAM_ScrollBar | Int32 | Notifies to a horizontal or vertical scroll bar when you move within the scroll bar using either the mouse or the keyboard. The application must check SAM_ScrollBar's wParam variable in order to determine which of the following movements occurred: SB_Bottom SB_LineDown SB_LineUp SB_PageDown SB_PageUp SB_ThumbPosition SB_ThumbTrack SB_Top. | 0x200A |
| SAM_SetFocus | Int32 | Notifies to a check box, combo box, data field, list box, multi line text field, push button, radio button, scroll bar, or table window column when it receives the input focus. Process the SAM_SetFocus message and initialize actions to take place when the user enters an object. Avoid calling functions that can change the focus (such as Sal.MessageBox, Sal.ModalDialog, Sal.SendMsg) while processing a SAM_SetFocus message. | 0x1007 |
| SAM_SqlError | Int32 | Notifies the Application Actions section of the outline when a SQL function fails. If you process this message, you can control how the application responds to SQL errors on a global level instead of using the default error processing which displays a dialog box with the error number and error text. Call Sql.ExtractArgs to get the error code, error position, and Sql Handle from the wParam and lParam. You can also use When SqlError in any actions section of the outline to process an error at a local level. | 0x2003 |
| SAM_TabChange | Int32 | This message is fired when the user navigates to a different tab page in a tab control. wParam = Index of the formerly active tab page. lParam = Index of the newly activated tab page. Return False to prevent the tab control from switching the active tab. | 0x2057 |
| SAM_TblDoDetails | Int32 | Notifies a table window when the user or code changes its focus row. If you process this message but do not execute a Return statement, performs its default processing. | 0x2037 |
| SAM_Timer | Int32 | Notifies the Application Actions, top-level window and its children, MDI window every n milliseconds, as specified by Sal.TimerSet. Check the wParam to find the identifier of the timer that sent the message. This way, one object can process SAM_Timer messages from more than one timer. Important: Timers are a limited resource in Windows, so use them sparingly. | 0x113 |
| SAM_User | Int32 | This constant represents the value at which user-defined messages should start. The next consecutive user-defined message would be SAM_User+1. | 0x4000 |
| SAM_Validate | Int32 | Notifies a Data field, multi line field, combo box, and column when the user changes the value of the object and then moves the focus away from the object. The user can move the focus by several actions such as tabbing to another object, clicking another object, or using a mnemonic or accelerator to activate another object. When a user changes one of these objects, the object's field edit flag changes to TRUE. You can get and set the field edit flag using Sal.QueryFieldEdit and Sal.SetFieldEdit. SAM_Validate validates the data that the user entered or changed. Whenever the user changes an object, sends SAM_Validate. If an object is valid, return VALIDATE_Ok. The value you return from SAM_Validate processing controls whether the focus changes. Does not send SAM_Validate when the user selects a menu item (a menu selection does not change the focus). You can force to send SAM_Validate by calling Sal.SendValidateMsg by calling Sal.SendValidateMsg in the menu actions of a menu item. This forces field validation before processing a menu selection (without changing the focus). Sal.SendValidateMsg returns the value that the SAM_Validate message processing returns. To Control the action that happens return one of these values: VALIDATE_Cancel, VALIDATE_Ok or VALIDATE_OkClearFlag. Note: Unless you return VALIDATE_Cancel SAM_FieldEdit will also be send to the object. | 0x200C |
| SAM_XMLRowDone | Int32 | This message is sent to a table window when a new row of data has just been added to that table window during a call to Sal.TblPopulateFromXML(). hWnForm: Handle of the table window. hWndItem: Handle of the table window. WParam: Unused. lParam: Row number of the populated row. | 0 |
| SB_Bottom | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you have scrolled to the scroll bar's end (maximum). | 7 |
| SB_LineDown | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you have scrolled to the scroll bar's end (maximum). | 1 |
| SB_LineUp | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you have scrolled one line more. | 0 |
| SB_PageDown | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you have scrolled one page less. | 3 |
| SB_PageUp | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you have scrolled one page more. | 2 |
| SB_ThumbPosition | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you dragged the scroll box to a new position within the scroll bar. Specify SB_ThumbPosition if you want the client area repainted when you release the Thumb. (Compare to SB_ThumbTrack). | 4 |
| SB_ThumbTrack | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you dragged the scroll box to a new position. Specify SB_ThumbTrack if you want the client area updated every time you click on and drag the thumb of the scroll bar. (Compare to SB_ThumbPosition). | 5 |
| SB_Top | Int32 | The SAM_ScrollBar message sends this constant (as the wParam variable) to indicate that you scrolled to the beginning (minimum) of the scroll bar. | 6 |
| SQLERROR_Reason | Int32 | Requests error-reason text from Sql.ErrorText. | 2 |
| SQLERROR_Remedy | Int32 | Requests remedy text from Sql.ErrorText; this implementation returns an empty string. | 4 |
| strArgArray | SalArray<SalString> | Provides the mutable SAL array of application startup arguments. | |
| STRING_Null | SalString | Represents a SAL null string. | |
| TBL_Adjust | Int32 | Sal.TblDeleteRow uses this constant to coordinate the deletion of a table window row with the deletion of a row from the underlying result set. TBL_Adjust ensures automatic correspondence between the lParam (selected row) of the SAM_FetchRow message and the row number in the result set. It automatically re-synchronizes the row number in the result set with the row number in the table window. Using TBL_Adjust prevents blank rows in the table window. When the user deletes with TBL_Adjust the row number is remembered. All actions with the table, fetching, row context, row searching then adjusts the row number to be insync with the sql result set row number hiding those that are deleted. If you were to just delete from the result set, the next time that table row were asked to fetch it's returns would be null (deleted). | 1 |
| TBL_AutoScroll | Int32 | The Sal.TblScroll function uses this constant to scroll the table window to the specified row and column. TBL_AutoScroll scrolls the table window as needed until the row becomes visible. This is the default and only behavior supported by the Sal.TblScroll function. | 0 |
| TBL_Error | Int32 | Returns this constant when a table window function is unsuccessful. | 0x7FFF1591 |
| TBL_FillAll | Int32 | The Sal.TblPopulate function uses this constant to populate an entire table window at once. | 1 |
| TBL_FillAllBackground | Int32 | The Sal.TblPopulate function uses this constant to populate the visible portion of a table window first, then return control to the application and continue fetching rows in the background. Fetches subsequent rows at a rate of one row every 1/4 of a second. Once all rows have been fetched, the table window receives a SAM_FetchDone message. | 2 |
| TBL_FillNormal | Int32 | The Sal.TblPopulate function uses this constant to populate the visible portion of the table window first, then populates new rows as they are scrolled into view. | 0 |
| TBL_Flag_EditLeftJustify | Int32 | instructs to left-justify cells while they are being edited. By default, cell editing behavior reflects the column definition. For example, when you edit a right-justified column, right- justifies the text. With center-justified and right-justified columns, this means that you are not able to enter more text than fits in the cell. Use TBL_Flag_EditLeftJustify with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x4000 |
| TBL_Flag_GrayedHeaders | Int32 | instructs to paint column headings and row headings with color and shading similar to push buttons. Use TBL_Flag_GrayedHeaders with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x200 |
| TBL_Flag_HideColumnHeaders | Int32 | instructs hides the column headers. Use TBL_Flag_HideColumnHeaders with the SalTblQueryTableFlags and SalTblSetTableFlags functions. | 0x10000 |
| TBL_Flag_HScrollByCols | Int32 | Retains the unsupported TBL_Flag_HScrollByCols option for source compatibility. | 0x100 |
| TBL_Flag_MovableCols | Int32 | lets the user drag-move columns. Use TBL_Flag_MoveableCols with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 2 |
| TBL_Flag_SelectableCols | Int32 | lets the user select columns by clicking the column title. Use TBL_Flag_SelectableCols with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x80 |
| TBL_Flag_ShowVScroll | Int32 | Retains the unsupported TBL_Flag_ShowVScroll option for source compatibility. | 4 |
| TBL_Flag_ShowWaitCursor | Int32 | Retains the unsupported TBL_Flag_ShowWaitCursor option for source compatibility. | 0x400 |
| TBL_Flag_SingleSelection | Int32 | ensures that the user can only select one row at a time from a table window. Use TBL_Flag_SingleSelection with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x1000 |
| TBL_Flag_SizableCols | Int32 | lets the user drag-size columns. Use TBL_Flag_SizableCols with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 1 |
| TBL_Flag_SuppressLastColLine | Int32 | suppresses painting of the dotted lines that separate columns. Use TBL_Flag_SuppressRowLines with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x2000 |
| TBL_Flag_SuppressRowLines | Int32 | suppresses painting of the dotted lines that separate rows. Use TBL_Flag_SuppressRowLines with the Sal.TblQueryTableFlags and Sal.TblSetTableFlags functions. | 0x800 |
| TBL_MaxRow | Int32 | Identifies the maximum or last row in a table window. Use it with the Sal.TblSetRange (to define a dynamic scroll range), Sal.TblFindPrevRow (to find the last row in a table), and Sal.TblInsertRow functions. | 0x7FFF1590 |
| TBL_MinRow | Int32 | Identifies the minimum or first row in a table window. Use it with the Sal.TblFindNextRow (to find the first row in a table), Sal.TblInsertRow and Sal.TblSetRange functions. | -2147423632 |
| TBL_MinSplitRow | Int32 | This constant identifies the minimum row number of a row in the lower half of a split window. For example, you can use it with the Sal.TblSetFocusRow function to set the focus to the first row in the lower half of a split window. | -0x7FFF158E |
| TBL_NoAdjust | Int32 | The Sal.TblDeleteRow function uses this constant to coordinate the deletion of a table window row with the deletion of a row from the underlying result set. TBL_NoAdjust does not re-synchronize the row number of the row in the result set with the row number of the row in the table window. When you delete a row from a table window, a blank row displays in its place. When the user deletes with TBL_NoAdjust it simply deletes that row number, all rows above (higher) the deleted are now one less, that is not adjusted for the result set. The row number is not going to be in sync with a result set now. A side effect of this is that if you get a fetch message for the row number that was deleted your code will get called and null values will be returned (the result set row is deleted). | 0 |
| TBL_NoMoreRows | Int32 | This constant is returned to the Sal.TblFetchRow function when can not fetch the specified row and there are no more rows to fetch after the specified row. | 0 |
| TBL_RowDeleted | Int32 | This constant is returned to the Sal.TblFetchRow function when can not fetch the specified row because another transaction deleted it. | 2 |
| TBL_RowFetched | Int32 | This constant is returned to the Sal.TblFetchRow function when the row is successfully fetched. | 1 |
| TBL_RowHdr_MarkEdits | Int32 | displays a symbol in the edit indicator column of a row that means the setting of the row flag: A check mark means that the row has been modified (ROW_Edited). An X means that the row is marked for deletion (ROW_MarkDeleted). A right arrow means that this is a new row ( ROW_New). Use TBL_RowHdr_MarkEdits with the Sal.TblDefineRowHeader and Sal.TblQueryRowHeader functions. | 1 |
| TBL_RowHdr_RowsSizable | Int32 | lets the user drag-size the row height. Use TBL_RowHdr_RowsSizable with the Sal.TblDefineRowHeader and Sal.TblQueryRowHeader functions. | 32 |
| TBL_RowHdr_ShareColor | Int32 | sets the row header color to the text color of the cells in hWndCol. Otherwise, the row header uses the table window's default text color. Use TBL_RowHdr_ShareColor with the Sal.TblDefineRowHeader and Sal.TblQueryRowHeader functions. | 16 |
| TBL_RowHdr_Sizable | Int32 | lets the user drag-size the row header. Use TBL_RowHdr_Sizable with the Sal.TblDefineRowHeader and Sal.TblQueryRowHeader functions. | 4 |
| TBL_RowHdr_Visible | Int32 | makes the row header visible. Use TBL_RowHdr_Visible with the Sal.TblDefineRowHeader and Sal.TblQueryRowHeader functions. | 8 |
| TBL_ScrollBottom | Int32 | The Sal.TblScroll function uses this constant to describe the position of the row to which you are scrolling. TBL_ScrollBottom scrolls the row to the bottom of the table window. | 2 |
| TBL_ScrollTop | Int32 | The SalTblScroll function uses this constant to describe the position of the row to which you are scrolling. TBL_ScrollTop scrolls the row to the top of the table window. | 1 |
| TBL_SetFirstRow | Int32 | This constant is used by Sal.TblSetRow to change the current focus row in a table window to the first row. | 3 |
| TBL_SetLastRow | Int32 | This constant is used by Sal.TblSetRow to change the current focus row in a table window to the last row. | 2 |
| TBL_SetNextRow | Int32 | This constant is used by Sal.TblSetRow to change the current focus row in a table window to the next row. | 0 |
| TBL_SetPrevRow | Int32 | This constant is used by Sal.TblSetRow to change the current focus row in a table window to the previous row. | 1 |
| TBL_SortDecreasing | Int32 | You specify this constant for Sal.TblSortRows when you want to sort the table window rows in descending order. | 0 |
| TBL_SortIncreasing | Int32 | You specify this constant for Sal.TblSortRows when you want to sort the table window rows in ascending order. | 1 |
| TBL_Split_Adjustable | Int32 | Retains the unsupported TBL_Split_Adjustable option for source compatibility. | 1 |
| TBL_TempRow | Int32 | Identifies the temporary table row used when context must be moved away from a data row. | 0x7FFF1591 |
| TBL_XOverLockedColumns | Int32 | Sal.TblObjectsFromPoint returns this constant when the X coordinate is in a locked column. | 0x0200 |
| TBL_XOverLockedColumnsBorder | Int32 | Sal.TblObjectsFromPoint returns this constant when the X coordinate is between a locked column and an unlocked column. | 0x0800 |
| TBL_XOverRowHeader | Int32 | Sal.TblObjectsFromPoint returns this constant when the X coordinate is in a row header. | 0x0100 |
| TBL_XOverUnlockedColumns | Int32 | Sal.TblObjectsFromPoint returns this constant when the X coordinate is in an unlocked column. | 0x0400 |
| TBL_YOverColumnHeader | Int32 | Sal.TblObjectsFromPoint returns this constant when the Y coordinate is in a column header. | 0x01 |
| TBL_YOverNormalRows | Int32 | Sal.TblObjectsFromPoint returns this constant when the Y coordinate is in a row in the upper part of a split table window or in a row in a non-split table window. | 0x04 |
| TBL_YOverSplitBar | Int32 | Retains the unsupported TBL_YOverSplitBar option for source compatibility. | 0x08 |
| TBL_YOverSplitRows | Int32 | Retains the unsupported TBL_YOverSplitRows option for source compatibility. | 0x02 |
| TPM_CenterAlign | Int32 | Use this constant with Sal.TrackPopupMenu to center-align the pop-up menu. | 4 |
| TPM_ContextMenu | Int32 | Use this flag with Sal.TrackPopupMenuwhen displaying a popup menu in response to SAM_ContextMenu. This flag sets the focus to the window specified in Sal.TrackPopupMenu and displays the popup left aligned with the horizontal screen coordinate. | 0x4000 |
| TPM_CursorX | Int32 | Use this constant with Sal.TrackPopupMenu to tell to use the mouse cursor location instead of nX. | 0x100 |
| TPM_CursorY | Int32 | Use this constant with Sal.TrackPopupMenu to tell to use the mouse cursor location instead of nY. | 0x200 |
| TPM_LeftAlign | Int32 | Use this constant with Sal.TrackPopupMenu to left-align the pop-up menu (default) to its horizontal screen coordinate. This coordinate identifies the cursor location, or the point specified by nX/nY. | 0 |
| TPM_LeftButton | Int32 | Use this constant with Sal.TrackPopupMenu to establish the left mouse button as the one with which to click on menu items (default). | 0 |
| TPM_RightAlign | Int32 | Use this constant with Sal.TrackPopupMenu to right-align the pop-up menu to its horizontal screen coordinate. This coordinate identifies the cursor location, or the point specified by nX/nY. | 8 |
| TPM_RightButton | Int32 | Use this constant with Sal.TrackPopupMenu to establish the right mouse button as the one with which to click on menu items. | 2 |
| TRACE_Event | Int32 | Selects event-log output for application tracing. | 4 |
| TRACE_File | Int32 | Selects file output for application tracing. | 1 |
| TRACE_Output | Int32 | Selects diagnostic output for application tracing. | 2 |
| TRACE_stdout | Int32 | Selects standard output for application tracing. | 3 |
| TraceApplication | TraceSwitch | Controls the diagnostic level for application operations. | |
| TraceFiles | TraceSwitch | Controls the diagnostic level for files operations. | |
| TraceReports | TraceSwitch | Controls the diagnostic level for reports operations. | |
| TraceSQL | TraceSwitch | Controls the diagnostic level for sql database operations. | |
| TraceSystem | TraceSwitch | Controls the diagnostic level for system operations. | |
| TraceTableWindow | TraceSwitch | Controls the diagnostic level for table-window operations. | |
| TraceWindows | TraceSwitch | Controls the diagnostic level for windows operations. | |
| TYPE_AccFrame | Int32 | Specifies an option to specify that a child window�s object type is an accessory frame. | 0x10000000 |
| TYPE_ActiveX | Int32 | Specifies an option to specify that a child window's object type is an ActiveX control. | 0x08000000 |
| TYPE_Any | Int32 | Specifies an option to specify the first child window of any type. Use TYPE_Any with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x7fffffff |
| TYPE_BkgdText | Int32 | Specifies an option to specify that a child window's object type is label control. Use TYPE_BkgdText with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x800 |
| TYPE_CheckBox | Int32 | Specifies an option to specify that a child window's object type is check box. Use TYPE_CheckBox with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x80 |
| TYPE_ChildGrid | Int32 | Retains the unsupported TYPE_ChildGrid option for source compatibility. | 0x00800000 |
| TYPE_ChildTable | Int32 | Specifies an option to specify that a child window's object type is child table window. Use TYPE_ChildTable with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x80000 |
| TYPE_ComboBox | Int32 | Specifies an option to specify that a child window's object type is combo box. Use TYPE_ComboBox with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x4000 |
| TYPE_CustControl | Int32 | Specifies an option to specify that a child window's object type is custom control. Use TYPE_CustControl with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x04000000 |
| TYPE_DataField | Int32 | Specifies an option to specify that a child window's object type is data field. Use TYPE_DataField with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 8 |
| TYPE_DatePicker | Int32 | This constant specifies that a child window's object type is a date picker control. The VisCalendar control used to return TYPE_CustControl, it now returns TYPE_DatePicker. | 0x20000000 |
| TYPE_DateTimePicker | Int32 | This constant specifies that a child window's object type is a date picker control. The VisCalendarDropDown control used to return TYPE_CustControl, it now returns TYPE_DateTimePicker. | 0x00400000 |
| TYPE_DialogBox | Int32 | Specifies an option to specify that a window's object type is dialog box. Use TYPE_DialogBox with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 4 |
| TYPE_FormToolBar | Int32 | Specifies an option to specify that a child window's object type is form tool bar. Use TYPE_FormToolBar with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x200000 |
| TYPE_FormWindow | Int32 | Specifies an option to specify that a window's object type is form window. Use TYPE_FormWindow with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 1 |
| TYPE_Frame | Int32 | Specifies an option to specify that a child window's object type is frame. Use TYPE_Frame with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x10000 |
| TYPE_GridWindow | Int32 | Retains the unsupported TYPE_GridWindow option for source compatibility. | 0x40000000 |
| TYPE_GroupBox | Int32 | Specifies an option to specify that a child window's object type is group box. Use TYPE_GroupBox with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x100 |
| TYPE_HorizScrollBar | Int32 | Specifies an option to specify that a child window's object type is horizontal scroll bar. Use TYPE_HorizScrollBar with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x200 |
| TYPE_Line | Int32 | Specifies an option to specify that a child window's object type is line. Use TYPE_Line with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x8000 |
| TYPE_ListBox | Int32 | Specifies an option to specify that a child window's object type is list box. Use TYPE_ListBox with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x2000 |
| TYPE_MDIWindow | Int32 | Specifies an option to specify that a window's object type is MDI window. Use TYPE_MDIWindow with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x100000 |
| TYPE_MultilineText | Int32 | Specifies an option to specify that a child window's object type is multi-line text field. Use TYPE_MultilineText with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 16 |
| TYPE_NavBar | Int32 | This constant specifies that a child window's object type is a navigation bar. Use with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 629 |
| TYPE_NavPane | Int32 | This constant specifies that a child window's object type is a navigation pane inside a navigation bar. Use with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 631 |
| TYPE_OptButton | Int32 | Specifies an option to specify that a child window's object type is option button. Use TYPE_OptButton with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x2000000 |
| TYPE_Picture | Int32 | Specifies an option to specify that a child window's object type is picture. Use TYPE_Picture with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x20000 |
| TYPE_PushButton | Int32 | This constant specifies that a child window's object type is push button. Use TYPE_PushButton with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 32 |
| TYPE_RadioButton | Int32 | This constant specifies that a child window's object type is radio button. Use TYPE_RadioButton with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 64 |
| TYPE_RichTextControl | Int32 | This constant specifies that a child window's object type is a rich text edit control. The VisRichEdit control used to return TYPE_CustControl, it now returns TYPE_RichTextControl. | 0x00000245 |
| TYPE_TabBar | Int32 | This constant specifies that a child window's object type is a tab bar. Use with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x00040000 |
| TYPE_TableColumn | Int32 | This constant specifies that a child window's object type is table window column. Use TYPE_TableColumn with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x1000 |
| TYPE_TableWindow | Int32 | This constant specifies that a window's object type is table window. Use TYPE_TableWindow with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 2 |
| TYPE_TreeControl | Int32 | This constant specifies that a child window's object type is a tree control. | 0x0000026B |
| TYPE_VertScrollBar | Int32 | This constant specifies that a child window's object type is vertical scroll bar. Use TYPE_VertScrollBar with the Sal.GetFirstChild, Sal.GetNextChild, and Sal.GetType functions. | 0x400 |
| VALIDATE_Cancel | Int32 | Rejects validation and retains focus on the edited control. | 0 |
| VALIDATE_Ok | Int32 | Accepts validation without clearing the edited flag. | 1 |
| VALIDATE_OkClearFlag | Int32 | Accepts validation and requests that the edited flag be cleared. | 2 |
| VT_BOOL | Int32 | COM VARIANT type code for a Boolean value. | 11 |
| VT_BSTR | Int32 | COM VARIANT type code for a BSTR (string) value. | 8 |
| VT_CY | Int32 | COM VARIANT type code for a currency value. | 6 |
| VT_DATE | Int32 | COM VARIANT type code for a date value. | 7 |
| VT_DECIMAL | Int32 | COM VARIANT type code for a decimal value. | 14 |
| VT_DISPATCH | Int32 | COM VARIANT type code for an IDispatch pointer. | 9 |
| VT_EMPTY | Int32 | Identifies an empty COM VARIANT. | 0 |
| VT_ERROR | Int32 | COM VARIANT type code for a SCODE error value. | 10 |
| VT_I1 | Int32 | COM VARIANT type code for a signed 8-bit integer. | 16 |
| VT_I2 | Int32 | COM VARIANT type code for a 16-bit signed integer. | 2 |
| VT_I4 | Int32 | COM VARIANT type code for a 32-bit signed integer. | 3 |
| VT_R4 | Int32 | COM VARIANT type code for a 4-byte floating-point value. | 4 |
| VT_R8 | Int32 | COM VARIANT type code for an 8-byte floating-point value. | 5 |
| VT_UI1 | Int32 | COM VARIANT type code for an unsigned 8-bit integer (byte). | 17 |
| VT_UI2 | Int32 | COM VARIANT type code for an unsigned 16-bit integer. | 18 |
| VT_UI4 | Int32 | COM VARIANT type code for an unsigned 32-bit integer. | 19 |
| VT_UNKNOWN | Int32 | COM VARIANT type code for an IUnknown pointer. | 13 |
| VT_VARIANT | Int32 | COM VARIANT type code indicating the value is itself a VARIANT. | 12 |
| VT_VOID | Int32 | COM VARIANT type code for a C-style void value. | 24 |
| Window_Invalid | Int32 | The Sal.GetWindowState function returns this constant when the specified window handle is not valid. | 1 |
| Window_Maximized | Int32 | The Sal.GetWindowState function returns this constant when the specified window is maximized. You can also specify this constant when you call the Sal.LoadAppAndWait function. | 3 |
| Window_Minimized | Int32 | The Sal.GetWindowState function returns this constant when the specified window is minimized (iconic). You can also specify this constant when you call the Sal.LoadAppAndWait function. | 4 |
| Window_Normal | Int32 | The Sal.GetWindowState function returns this constant when the specified window exists on the screen and is neither maximized nor minimized. You can also specify this constant when you call the Sal.LoadAppAndWait function. | 5 |
| Window_NotVisible | Int32 | The Sal.GetWindowState function returns this constant when the specified window is not visible on the screen. You can also specify this constant when you call the Sal.LoadAppAndWait function. | 2 |
| WM_DDE_Ack | Int32 | Identifies a DDE acknowledgement message. | 0x3E4 |
| WM_DDE_Advise | Int32 | Windows message identifier for a WM_DDE_ADVISE message, used to establish a DDE data link. | 0x3E2 |
| WM_DDE_Data | Int32 | Windows message identifier for a WM_DDE_DATA message, used to send data in a DDE conversation. | 0x3E5 |
| WM_DDE_Execute | Int32 | Windows message identifier for a WM_DDE_EXECUTE message, used to send a command string in a DDE conversation. | 0x3E8 |
| WM_DDE_First | Int32 | Windows message identifier for the first message in the DDE message range. | 0x3E0 |
| WM_DDE_Initiate | Int32 | Windows message identifier for a WM_DDE_INITIATE message, used to begin a DDE conversation. | 0x3E0 |
| WM_DDE_Poke | Int32 | Windows message identifier for a WM_DDE_POKE message, used to send unsolicited data in a DDE conversation. | 0x3E7 |
| WM_DDE_Request | Int32 | Windows message identifier for a WM_DDE_REQUEST message, used to request data in a DDE conversation. | 0x3E6 |
| WM_DDE_Terminate | Int32 | Windows message identifier for a WM_DDE_TERMINATE message, used to end a DDE conversation. | 0x3E1 |
| WM_DDE_Unadvise | Int32 | Windows message identifier for a WM_DDE_UNADVISE message, used to end a DDE data link. | 0x3E3 |
| wParam | SalNumber | Contains the wParam value for the current SAL message. | |
| XML_DocAndSchema | Int32 | Causes both the XML document and the schema files to be written. | 0 |
| XML_Document | Int32 | Causes only the XML document to be written. | 1 |
| XML_Schema | Int32 | Causes only the XML schema to be written. | 2 |
Properties
CultureInfo
CultureInfo: Gets the current thread culture.
Methods
GetExceptionHResult(ex)
Retrieves an exception's HRESULT.
| Parameter | Type | Description |
|---|---|---|
| ex | Exception | The exception, or null. |
Returns: Int32. The HRESULT, or zero if the argument is null or retrieval fails.
Uses Marshal.GetHRForException and logs retrieval failures.
LogNotImplemented()
Logs the calling method as unimplemented when verbose system tracing is enabled.
LogNotSupported()
Logs the calling method as unsupported when verbose system tracing is enabled.
TraceError(traceswitch, text, args)
Writes a formatted error message when the trace switch enables that level.
| Parameter | Type | Description |
|---|---|---|
| traceswitch | TraceSwitch | The switch that controls emission and supplies the category name. |
| text | String | The composite format string. |
| args | Object[] | The values substituted into the format string. |
TraceException(traceswitch, e, level)
Writes exception details when the switch level is at least the requested level.
| Parameter | Type | Description |
|---|---|---|
| traceswitch | TraceSwitch | The switch that controls emission and identifies the category. |
| e | Exception | The exception to describe, including its inner exception when present. |
| level | TraceLevel | The minimum enabled trace level required to emit the message. |
TraceInfo(traceswitch, text, args)
Writes a formatted informational message when the trace switch enables that level.
| Parameter | Type | Description |
|---|---|---|
| traceswitch | TraceSwitch | The switch that controls emission and supplies the category name. |
| text | String | The composite format string. |
| args | Object[] | The values substituted into the format string. |
TraceVerbose(traceswitch, text, args)
Writes a formatted verbose message when the trace switch enables that level.
| Parameter | Type | Description |
|---|---|---|
| traceswitch | TraceSwitch | The switch that controls emission and supplies the category name. |
| text | String | The composite format string. |
| args | Object[] | The values substituted into the format string. |
TraceWarning(traceswitch, text, args)
Writes a formatted warning message when the trace switch enables that level.
| Parameter | Type | Description |
|---|---|---|
| traceswitch | TraceSwitch | The switch that controls emission and supplies the category name. |
| text | String | The composite format string. |
| args | Object[] | The values substituted into the format string. |