MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class
Fields

Constants Class Members

The following tables list the members exposed by Constants.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Fields
 NameDescription
Public FieldRepresents the Abort button on a message box. This constant is returned by the MsgBox function to indicate that the Abort button was pressed.  
Public FieldSpecifies that the message box should display Abort, Retry, and Ignore buttons, providing options for error handling.  
Public FieldSpecifies that the message box is application modal, meaning it will stay on top of the application and require user interaction before the user can continue with the application. This style makes the message box block input to all windows in the application until the user responds.  
Public FieldSpecifies the archive file attribute. This attribute indicates that the file has been modified since it was last backed up. It is used by backup programs to mark files for backup.  
Public FieldRepresents an array variant type, indicating that the variant contains an array. This value is used for variables that store arrays of any type.  
Public FieldRepresents a backspace character for print and display functions.  
Public FieldSpecifies that string comparisons should be performed using a binary comparison.  
Public FieldRepresents a boolean variant type, equivalent to the Visual Basic Boolean keyword. This value is used for variables that store True or False values.  
Public FieldRepresents a byte variant type, equivalent to the Visual Basic Byte keyword. This value is used for variables that store byte values.  
Public FieldRepresents the Cancel button on a message box. This constant is returned by the MsgBox function to indicate that the Cancel button was pressed.  
Public FieldRepresents a carriage-return character for print and display functions.  
Public FieldSpecifies that the message box should be displayed with a Critical Message icon, indicating an error message or serious warning.  
Public FieldRepresents a carriage-return character combined with a linefeed character for print and display functions.  
Public FieldRepresents a currency variant type, equivalent to the Visual Basic Currency keyword. This value is used for variables that store monetary values with high precision.  
Public FieldRepresents a date variant type, equivalent to the Visual Basic Date keyword. This value is used for variables that store dates and times.  
Public FieldRepresents a decimal variant type, equivalent to the Visual Basic Decimal keyword. This value is used for variables that store decimal numbers with high precision.  
Public FieldSpecifies that the message box should display only the OK button. This constant is used to set the default button to OK.  
Public FieldSpecifies that the second button on the message box should be set as the default button.  
Public FieldSpecifies that the third button on the message box should be set as the default button.  
Public FieldSpecifies the directory attribute. This attribute indicates that the file is a directory.  
Public FieldRepresents a double-precision floating-point variant type, equivalent to the Visual Basic Double keyword. This value is used for variables that store double-precision floating-point numbers.  
Public FieldRepresents an uninitialized variant, equivalent to the Visual Basic Empty keyword. This value is used to indicate that a variable has not yet been initialized.  
Public FieldSpecifies that the message box should be displayed with an Exclamation icon, indicating a warning message.  
Public FieldRepresents a Boolean false value when calling number-formatting and other functions that accept a TriState parameter.  
Public FieldSpecifies that the first week of the year is considered to be the first week that has at least four days in the new year for date-related functions.  
Public FieldSpecifies that the first week of the year is considered to be the first full week of the year for date-related functions.  
Public FieldSpecifies that the first week of the year is considered to be the week containing January 1st for date-related functions.  
Public FieldRepresents a form-feed character for print functions.  
Public FieldSpecifies Friday as the first day of the week for date-related functions.  
Public FieldSpecifies the general date format option for the FormatDateTime function, which includes both the date and time.  
Public FieldSpecifies that the property being accessed when calling the CallByName function is to retrieve its value.  
Public FieldSpecifies the hidden file attribute. This attribute indicates that the file is not visible in an ordinary directory listing.  
Public FieldSpecifies that the window of the invoked program should be hidden when calling the Shell function.  
Public FieldSpecifies the Hiragana conversion type for the StrConv function, converting Katakana characters in a string to Hiragana.  
Public FieldRepresents the Ignore button on a message box. This constant is returned by the MsgBox function to indicate that the Ignore button was pressed.  
Public FieldSpecifies that the message box should be displayed with an Information icon, indicating a message that conveys information.  
Public FieldRepresents an integer variant type, equivalent to the Visual Basic Integer keyword. This value is used for variables that store integer values.  
Public FieldSpecifies the Katakana conversion type for the StrConv function, converting Hiragana characters in a string to Katakana.  
Public FieldSpecifies that the property being accessed when calling the CallByName function is to assign a value to a simple property or to an element of an array property.  
Public FieldRepresents a linefeed character for print and display functions.  
Public FieldSpecifies the linguistic casing conversion type for the StrConv function, applying the current culture's casing rules to the string.  
Public FieldRepresents a long integer variant type, equivalent to the Visual Basic Long keyword. This value is used for variables that store long integer values.  
Public FieldSpecifies the long date format option for the FormatDateTime function, which presents the date in a full textual representation.  
Public FieldSpecifies the long time format option for the FormatDateTime function, which includes the hour, minute, second, and AM/PM designation in a 12-hour format.  
Public FieldSpecifies the lowercase conversion type for the StrConv function, converting characters in a string to lowercase.  
Public FieldSpecifies that the window of the invoked program should be maximized and receive focus when calling the Shell function.  
Public FieldSpecifies that the method being invoked when calling the CallByName function is a regular method.  
Public FieldSpecifies that the window of the invoked program should be minimized and receive focus when calling the Shell function.  
Public FieldSpecifies that the window of the invoked program should be minimized but not receive focus when calling the Shell function.  
Public FieldSpecifies Monday as the first day of the week for date-related functions.  
Public FieldSpecifies that the message box should display a Help button. This style is used to add a Help button to the message box, which can be linked to a Help file or Help context.  
Public FieldSpecifies that the text in the message box should be right-aligned. This style is useful in certain locales or with specific text layouts.  
Public FieldSpecifies that the message box text should be displayed with right-to-left reading order. This style is used for languages that are read from right to left, such as Arabic or Hebrew.  
Public FieldSpecifies that the message box should appear in the foreground. This style ensures that the message box is displayed in the foreground, making it immediately visible to the user.  
Public FieldSpecifies the narrow (half-width) characters conversion type for the StrConv function, converting characters in a string to their half-width equivalents.  
Public FieldRepresents a newline character for print and display functions.  
Public FieldRepresents the No button on a message box. This constant is returned by the MsgBox function to indicate that the No button was pressed.  
Public FieldSpecifies the normal file attribute. This attribute indicates that the file does not have other attributes set. This is the default attribute for most files.  
Public FieldSpecifies that the window of the invoked program should be displayed in its normal size and position, and receive focus when calling the Shell function.  
Public FieldSpecifies that the window of the invoked program should be displayed in its normal size and position but not receive focus when calling the Shell function.  
Public FieldRepresents a variant with no valid data, equivalent to the Visual Basic Null keyword. This value is used to indicate the absence of a value or a null state.  
Public FieldRepresents a null character for print and display functions.  
Public FieldRepresents a zero-length string for print and display functions, and for calling external procedures.  
Public FieldRepresents an object variant type, equivalent to the Visual Basic Object keyword. This value is used for variables that store references to objects.  
Public FieldRepresents the object error number. User-defined error numbers should be greater than this value.  
Public FieldRepresents the OK button on a message box. This constant is returned by the MsgBox function to indicate that the OK button was pressed.  
Public FieldSpecifies that the message box should display both the OK and Cancel buttons, allowing the user to cancel the operation.  
Public FieldSpecifies that the message box should display only the OK button. This is the default button configuration.  
Public FieldSpecifies the proper case conversion type for the StrConv function, converting the first character of each word in a string to uppercase and the remaining characters to lowercase.  
Public FieldSpecifies that the message box should be displayed with a Question icon, indicating a query requiring a user response.  
Public FieldSpecifies the read-only file attribute. This attribute indicates that the file cannot be written to.  
Public FieldRepresents the Retry button on a message box. This constant is returned by the MsgBox function to indicate that the Retry button was pressed.  
Public FieldSpecifies that the message box should display Retry and Cancel buttons, offering the option to retry an operation or cancel it.  
Public FieldSpecifies Saturday as the first day of the week for date-related functions.  
Public FieldSpecifies that the property being accessed when calling the CallByName function is to assign an object reference to a property.  
Public FieldSpecifies the short date format option for the FormatDateTime function, which presents the date in a numerical format.  
Public FieldSpecifies the short time format option for the FormatDateTime function, which includes the hour and minute in a 24-hour format.  
Public FieldSpecifies the simplified Chinese characters conversion type for the StrConv function, converting traditional Chinese characters in a string to simplified Chinese characters.  
Public FieldRepresents a single-precision floating-point variant type, equivalent to the Visual Basic Single keyword. This value is used for variables that store single-precision floating-point numbers.  
Public FieldRepresents a string variant type, equivalent to the Visual Basic String keyword. This value is used for variables that store text.  
Public FieldSpecifies Sunday as the first day of the week for date-related functions.  
Public FieldSpecifies the system file attribute. This attribute indicates that the file is part of the operating system or is used exclusively by the operating system.  
Public FieldSpecifies that the message box is system modal, meaning it will stay on top of all applications and require user interaction before the user can continue with any application on the system. This style makes the message box block input to all windows on the system.  
Public FieldRepresents a tab character for print and display functions.  
Public FieldSpecifies that string comparisons should be performed using a textual comparison.  
Public FieldSpecifies Thursday as the first day of the week for date-related functions.  
Public FieldSpecifies the traditional Chinese characters conversion type for the StrConv function, converting simplified Chinese characters in a string to traditional Chinese characters.  
Public FieldRepresents a Boolean true value when calling number-formatting and other functions that accept a TriState parameter.  
Public FieldSpecifies Tuesday as the first day of the week for date-related functions.  
Public FieldSpecifies the uppercase conversion type for the StrConv function, converting characters in a string to uppercase.  
Public FieldRepresents the default behavior (as determined by the system) when calling number-formatting and other functions that accept a TriState parameter.  
Public FieldRepresents a user-defined type variant type, equivalent to the Visual Basic structure types. This value is used for variables that store user-defined types.  
Public FieldSpecifies that the system's setting should be used to determine the first week of the year for date-related functions.  
Public FieldSpecifies the system's default as the first day of the week for date-related functions.  
Public FieldRepresents a variant type that can contain any type of data, equivalent to the Visual Basic Variant keyword. This value is used for variables that can store data of any type.  
Public FieldRepresents a carriage-return character for print functions.  
Public FieldSpecifies the volume label attribute. This attribute is used to mark a disk volume and is not valid on files.  
Public FieldSpecifies Wednesday as the first day of the week for date-related functions.  
Public FieldSpecifies the wide (full-width) characters conversion type for the StrConv function, converting characters in a string to their full-width equivalents.  
Public FieldRepresents the Yes button on a message box. This constant is returned by the MsgBox function to indicate that the Yes button was pressed.  
Public FieldSpecifies that the message box should display Yes and No buttons, allowing a choice between two actions without the option to cancel.  
Public FieldSpecifies that the message box should display Yes, No, and Cancel buttons, offering a choice between two actions or the option to cancel.  
Top
See Also