Click or drag to resize

Functions, Globals and Defines

X#
This compiler generated class contains all the functions, globals and defines that are defined in the XSharp.VO.dll assembly.
Inheritance Hierarchy
Object
  Functions

Namespace:  XSharp.VO
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 STATIC CLASS Functions
Request Example View Source

The Functions type exposes the following members.

Functions
  NameDescription
Public methodStatic member_Run
Execute a Windows or DOS application, a batch file, or a DOS command.
Public methodStatic memberCrypt(Byte, Byte)
Encrypt or decrypt an array of bytes.
Public methodStatic memberCode exampleCrypt(String, String)
Encrypt or decrypt a string.
Public methodStatic memberCode exampleCryptA
Encrypt or decrypt a string, changing the contents of the original string as well as returning the encrypted string.
Public methodStatic memberCryptRaw
Encrypt or decrypt a string handling its characters as single bytes (high order byte is ignored)
Public methodStatic memberDeleteRTRegKey
Delete a subtree from the X# registry branches
Public methodStatic memberDoSendMail
Public methodStatic memberErrorDialog(Exception)
Public methodStatic memberErrorDialog(String)
Public methodStatic memberErrorDialog(Error)
Public methodStatic memberErrorNew Obsolete.
Public methodStatic memberCode exampleGetAppLocaleID
Gets the locale ID that the runtime uses for comparing strings when running in Windows collation mode (SetCollation(#Windows)).
Public methodStatic memberGetDASPtr Obsolete.
Public methodStatic memberGetMimeType
Public methodStatic memberInitializeErrorDialogHandler
Public methodStatic memberItemPutL Obsolete.
Public methodStatic memberItemPutND Obsolete.
Public methodStatic memberItemPutNL Obsolete.
Public methodStatic memberItemRegister Obsolete.
Public methodStatic memberItemRelease Obsolete.
Public methodStatic memberItemReturn Obsolete.
Public methodStatic memberItemSize Obsolete.
Public methodStatic memberItemType Obsolete.
Public methodStatic memberLoadResString
Look up an identifier in a string table and returns its corresponding string.
Public methodStatic memberCode exampleMBAllTrim
Remove leading and trailing spaces — including double-byte spaces — from a string.
Public methodStatic memberCode exampleMBAt
Return the position of the first occurrence of a substring within a string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAt2
Return the position of the first occurrence of a substring within a string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAt3
Return the position of the first occurrence of a substring within a string, starting at a specific position — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAtC
Return the position of the first occurrence of a sub string within a string, without regard for case — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAtC2
Return the position of the first occurrence of a substring within a string, without regard for case — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAtLine
Return the line number of the first occurrence of a substring within a multiple line string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBAtLine2
Return the line number of the first occurrence of a substring within a multiple line string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBLEFT
Return a substring beginning with the first character of a string containing double-byte characters.
Public methodStatic memberCode exampleMBLen
Return the length of a string containing double-byte characters or an array.
Public methodStatic memberCode exampleMBLTrim
Remove leading spaces — including double-byte spaces — from a string.
Public methodStatic memberCode exampleMBRat
Return the position of the last occurrence of a substring within a string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBRat2
Return the position of the last occurrence of a substring within a string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBRat3
Return the position of the last occurrence of a substring within a string, starting at a specific position — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBRight
Return a substring beginning with the last character of a string containing double-byte characters.
Public methodStatic memberCode exampleMBRTrim
Remove trailing spaces — including double-byte spaces — from a string.
Public methodStatic memberCode exampleMBSLen
Return the length of a strongly typed string containing double-byte characters.
Public methodStatic memberCode exampleMBStuff
Insert a string into another string, optionally deleting a specified number of characters from the original string — both strings can contain double-byte characters.
Public methodStatic memberMBSubstr
Extract a substring from a string — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBSubstr2
Extract a substring from a string, using strong typing and only two arguments — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBSubstr3
Extract a substring from a string, using strong typing and three required arguments — both the substring and the string can contain double-byte characters.
Public methodStatic memberCode exampleMBTrim
Remove trailing spaces — including double-byte spaces — from a string.
Public methodStatic memberCode exampleNVersion
Identify a character set by its nation driver.
Public methodStatic memberOClone
Duplicate an object`.
Public methodStatic memberOleDateTimeAsDate
Retrieve the setting that determines if OLE date values should be returned as X# date values or as DateTime values
Public methodStatic memberOleDateTimeAsDate(Logic)
Set and Retrieve the setting that determines if OLE date values should be returned as X# date values or as DateTime values
Public methodStatic memberCode examplePtrLen
Determine the number of bytes that can be read at a given pointer.
Public methodStatic memberCode examplePtrLenWrite
Determine the number of bytes that can be written at a given pointer.
Public methodStatic memberCode exampleQueryRTRegInt
Retrieve a numeric value from the Registry.
Public methodStatic memberCode exampleQueryRTRegString
Retrieve a string value from the Registry.
Public methodStatic memberCode exampleSetAppLocaleID
Sets the locale that the runtime uses for comparing strings when running in Windows collation mode (SetCollation(#Windows)).
Public methodStatic memberSetClipCompFunc
This function is not implemented yet
Public methodStatic memberCode exampleSetRTRegInt
Save a numeric value to the Registry.
Public methodStatic memberCode exampleSetRTRegString
Save a string value to the Registry.
Public methodStatic memberSetWinCompFlags
This function is not implemented yet
Public methodStatic memberSetWinCompFunc
This function is not implemented yet
Public methodStatic memberCode exampleShowBitmap
Display a bitmap in a window or control.
Public methodStatic memberCode exampleStretchBitmap
Display a bitmap stretched or shrunk to fit a window or control.
Public methodStatic memberSysObject
Install a system-wide object. Please not that this works a bit different from Visual Objects.
Public methodStatic memberSysObject(Object)
Install a system-wide object. Please not that this works a bit different from Visual Objects.
Top
See Also