Click or drag to resize

List of Functions

X#

The Functions type exposes the following members.

Functions
  NameDescription
Public methodStatic memberCode example_C2Hex
Convert a string value to a hexadecimal string.
Public methodStatic memberCode example_DebOut32
Write information to the Debug Terminal Program
Public methodStatic memberCode example_GetCmdLine
Return a pointer to the command line used to invoke the application.
Public methodStatic memberCode example_GetCmdShow Obsolete.
Return a constant specifying how the application window is shown.
Public methodStatic memberCode example_GetInst
Return the instance handle of an application or DLL.
Public methodStatic memberCode example_GetPrevInst Obsolete.
NOTE: This is not supported in 32 bit applications. The function is kept for backward compatibility, but always returns a NULL_PTR.
Return the previous instance handle of an application or DLL.
Public methodStatic member_Like
Determine if a string matches a wildcard pattern (like the wildcard pattern for the DIR command in the OS).
Public methodStatic member_Quit
Terminate application processing, close all open files, and return control to the operating system.
Public methodStatic member_SplitPath
Break a path name into its components.
Public methodStatic memberCode example_Val
Convert a string containing a numeric value to a numeric data type.
Public methodStatic memberCode exampleAbsInt
Return the absolute value of a strongly typed numeric expression, regardless of its sign.
Public methodStatic memberCode exampleAbsLong
Return the absolute value of a strongly typed numeric expression, regardless of its sign.
Public methodStatic memberCode exampleAbsReal4
Return the absolute value of a strongly typed numeric expression, regardless of its sign.
Public methodStatic memberCode exampleAbsReal8
Return the absolute value of a strongly typed numeric expression, regardless of its sign.
Public methodStatic memberCode exampleAbsShort
Return the absolute value of a strongly typed numeric expression, regardless of its sign.
Public methodStatic memberCode exampleAdjustFName
Remove spaces from a file name specified as a string.
Public methodStatic memberCode exampleAdjustFNameA
Remove spaces from a file name specified as a string, changing the contents of the original file name as well as the returned file name.
Public methodStatic memberCode exampleAllTrim
Remove leading and trailing spaces from a string.
Public methodStatic memberCode exampleAltD
Programmatically define a breakpoint in an application.
Public methodStatic memberCode exampleAltD(Long)
Programmatically define a breakpoint in an application.
Public methodStatic memberCode exampleAmPm
Convert a 24-hour military time to a 12-hour clock time.
Public methodStatic memberCode exampleAnsi2Oem(Byte)
Convert an array of bytes from ANSI to OEM.
Public methodStatic memberCode exampleAnsi2Oem(String)
Convert a string of ANSI characters to OEM characters.
Public methodStatic memberCode exampleAnsi2Oem(Byte, Long)
Convert an array of bytes from ANSI to OEM.
Public methodStatic memberAnsi2OemA(Byte)
Convert an array of ANSI characters to OEM characters, changing the contents of the argument as well as the return value.
Public methodStatic memberCode exampleAnsi2OemA(String)
Convert a string of ANSI characters to OEM characters, changing the contents of the original string as well as the returned string.
Public methodStatic memberCode exampleAnsi2OemBuff
Convert a specified number of ANSI characters in a source buffer to a buffer of corresponding OEM characters.
Public methodStatic memberCode exampleAsc
Convert a character to its ASCII value.
Public methodStatic memberCode exampleAscA
Convert a character to its ASCII value.
Public methodStatic memberAscW
Convert a character to its Unicode ASCII value.
Public methodStatic memberCode exampleAt
Return the position of the first occurrence of a substring within a string.
Public methodStatic memberCode exampleAt2
Return the position of the first occurrence of a substring within a string.
Public methodStatic memberCode exampleAt3
Return the position of the first occurrence of a substring within a string, starting at a specified position.
Public methodStatic memberCode exampleAtC
Return the position of the first occurrence of a substring within a string, without regard for case.
Public methodStatic memberCode exampleAtC2
Return the position of the first occurrence of a substring within a string, without regard for case.
Public methodStatic memberCode exampleATCLine
Return the line number of the first occurrence of a substring within a multiple line string, without regard for case.
Public methodStatic memberCode exampleATCLine2
Return the line number of the first occurrence of a substring within a multiple line string, without regard for case.
Public methodStatic memberCode exampleATLine
Return the line number of the first occurrence of a substring within a multiple line string.
Public methodStatic memberCode exampleATLine2
Return the line number of the first occurrence of a substring within a multiple line string.
Public methodStatic memberB64EncFile
This function is not implemented yet
Public methodStatic memberB64EncString
This function is not implemented yet
Public methodStatic memberCode exampleBin2DW
Convert a string containing a 32-bit unsigned integer to a double word.
Public methodStatic memberCode exampleBin2I
Convert a string containing a 16-bit signed integer to a short integer.
Public methodStatic memberCode exampleBin2L
Convert a string containing a 32-bit signed integer to a long integer.
Public methodStatic memberCode exampleBin2Logic
Convert a string containing an 8-bit logical into a logical value.
Public methodStatic memberBin2Ptr
Public methodStatic memberCode exampleBin2Real4
Convert a string containing a 32-bit floating point number to a Real4 value.
Public methodStatic memberCode exampleBin2Real8
Convert a string containing a 32-bit floating point number to a Real8 value.
Public methodStatic memberCode exampleBin2W
Convert a string containing a 16-bit unsigned integer to a word.
Public methodStatic memberCode exampleBuffer
Return an uninitialized string of a specified size.
Public methodStatic memberCode exampleC2Hex
Convert a string value to a hexadecimal string.
Public methodStatic memberCode exampleCharEven
Return the even-numbered characters in a string.
Public methodStatic memberCode exampleCharMix
Return a string whose odd-numbered characters and even-numbered characters are from 2 different strings.
Public methodStatic memberCode exampleCharOdd
Return the odd-numbered characters in a string.
Public methodStatic memberCode exampleCharPos
Return a character based on its position in a string.
Public methodStatic memberCode exampleChr
Convert an ASCII code to a character value.
Public methodStatic memberChrA
Convert an ASCII code to a character value, always using the Ansi codepage, ignoring the SetAnsi() setting.
Public methodStatic memberChrW
Convert an ASCII code to a character value.
Public methodStatic memberConDateTime
Format a set of numbers representing a year, month, and day as a Date.
Public methodStatic memberConTime(DateTime)
Return the timestring from a DateTime structure
Public methodStatic memberCode exampleConTime(DWord, DWord, DWord)
Format a set of numbers representing an hour, minute, and second as a time string.
Public methodStatic memberCToDt
Convert a Date string to DateTime.
Public methodStatic memberCToDtAnsi
Convert an ANSI date string to DateTime
Public methodStatic memberCTOL
Convert a string value to a logic.
Public methodStatic memberCode exampleCurDir
Return the current Windows directory.
Public methodStatic memberCode exampleCurDir(String)
Return the current Windows directory.
Public methodStatic memberCode exampleCurDrive
Return the current Windows drive.
Public methodStatic memberDateTime
Returns the current date and time as a DateTime value, or creates a year 2000-compliant DateTime value.
Public methodStatic memberDateTime(Long, Long, Long)
Returns the current date and time as a DateTime value, or creates a year 2000-compliant DateTime value.
Public methodStatic memberDateTime(Long, Long, Long, Long)
Returns the current date and time as a DateTime value, or creates a year 2000-compliant DateTime value.
Public methodStatic memberDateTime(Long, Long, Long, Long, Long)
Returns the current date and time as a DateTime value, or creates a year 2000-compliant DateTime value.
Public methodStatic memberDateTime(Long, Long, Long, Long, Long, Long)
Returns the current date and time as a DateTime value, or creates a year 2000-compliant DateTime value.
Public methodStatic memberCode exampleDays
Convert a specified number of seconds to days.
Public methodStatic memberDbRegisterClient
Register an object that will receive notification messages for Workarea events.
Public methodStatic memberDbUnRegisterClient
Unregister an object that receives notification messages for Workarea events.
Public methodStatic memberCode exampleDebOut32
Write information to the Debug Terminal Program
Public methodStatic memberCode exampleDecodeBase64
Decode a file from an e-mail transfer.
Public methodStatic memberCode exampleDirChange
Change the current Windows directory.
Public methodStatic memberCode exampleDirMake
Create a directory.
Public methodStatic memberCode exampleDirRemove
Remove a directory.
Public methodStatic memberCode exampleDiskChange
Change the current disk drive.
Public methodStatic memberCode exampleDiskFree
Return the space available on a specified disk.
Public methodStatic memberCode exampleDiskFree(Long)
Return the space available on a specified disk.
Public methodStatic memberCode exampleDiskFree(String)
Return the space available on a specified disk.
Public methodStatic memberCode exampleDiskName
Return the current Windows drive.
Public methodStatic memberCode exampleDiskSpace
Return the capacity of the specified disk.
Public methodStatic memberCode exampleDiskSpace(Long)
Return the capacity of the specified disk.
Public methodStatic memberCode exampleDiskSpace(String)
Return the capacity of the specified disk.
Public methodStatic memberCode exampleDosError
Return the last DOS error code associated with an activation of the runtime error block.
Public methodStatic memberCode exampleDosError(DWord)
Return the last DOS error code associated with an activation of the runtime error block.
Public methodStatic memberCode exampleDosErrString
Return a description string for a DOS error number.
Public methodStatic memberDtToC
Convert a DateTime to a string.
Public methodStatic memberDtToS
Convert a DateTime value to a string formatted as string in ANSI format
Public methodStatic memberCode exampleDW2Bin
Convert a double word to a string containing a 32-bit unsigned integer.
Public methodStatic memberCode exampleElapTime
Return the difference between two time strings.
Public methodStatic memberCode exampleEncodeBase64
Encode a file for e-mail transfer.
Public methodStatic memberErrorBuild
Create an error object from an exception.
Public methodStatic memberCode exampleErrorLevel
Retrieve and optionally set the X# return code.
Public methodStatic memberCode exampleErrorLevel(DWord)
Retrieve and optionally set the X# return code.
Public methodStatic memberErrorStack(DWord)
Return the error stack as a string.
Public methodStatic memberErrorStack(StackTrace, DWord)
Return the error stack as a string.
Public methodStatic memberCode exampleErrString
Return an error message associated with a system-generated error code.
Public methodStatic memberExecName
Public methodStatic memberCode exampleFAttr2String
Display file attributes as a string.
Public methodStatic memberCode exampleFAttrib
Determine the attributes of the file found after FFCount(), FFirst(), or FNext().
Public methodStatic memberCode exampleFChSize
Change the size of a file opened with a low-level file function.
Public methodStatic memberCode exampleFClose
Close an open file and write the buffers to disk.
Public methodStatic memberCode exampleFCommit
Flush file buffers.
Public methodStatic memberFConvertToFileStream
Public methodStatic memberFConvertToMemoryStream
Public methodStatic memberCode exampleFCopy(String, String)
Copy a file to a new file or to a device.
Public methodStatic memberCode exampleFCopy(String, String, Logic)
Copy a file to a new file or to a device.
Public methodStatic memberCode exampleFCreate(String)
Create a file or open and truncate an existing file.
Public methodStatic memberCode exampleFCreate(String, DWord)
Create a file or open and truncate an existing file.
Public methodStatic memberCode exampleFCreate2
Create a file or open and truncate an existing file, specifying two strongly typed arguments.
Public methodStatic memberCode exampleFDate
Return the date stamp of the file found by FFCount(), FFirst(), or FNext().
Public methodStatic memberCode exampleFEof
Determine if the file pointer is positioned at the end-of-file.
Public methodStatic memberCode exampleFErase
Delete a file from disk.
Public methodStatic memberFError
Get the error code for a file operation.
Public methodStatic memberFError(DWord)
Set the error code for a file operation.
Public methodStatic memberFException
Get the last exception for a file operation.
Public methodStatic memberCode exampleFFCount
Return the number of files that match a given file specification and attribute.
Public methodStatic memberCode exampleFFirst
Find the first file that matches a given file specification or attribute.
Public methodStatic memberCode exampleFFLock
Lock a portion of an open file.
Public methodStatic memberCode exampleFFLock64
Lock a portion of an open file.
Public methodStatic memberCode exampleFFlush(IntPtr)
Flush to disk a file opened with a low-level file function.
Public methodStatic memberCode exampleFFlush(IntPtr, Logic)
Flush to disk a file opened with a low-level file function.
Public methodStatic memberCode exampleFFUnLock
UnLock a portion of an opened file.
Public methodStatic memberCode exampleFFUnLock64
UnLock a portion of an opened file.
Public methodStatic memberFGetBuffer
Access or allocate the File I/O Buffer used by the X# Runtime for Low Level File Access for a file.
Public methodStatic memberFGetFileName
Return the filename for a file handle
Public methodStatic memberCode exampleFGetS(IntPtr)
Read a line from an open file.
Public methodStatic memberCode exampleFGetS(IntPtr, DWord)
Read a line from an open file.
Public methodStatic memberCode exampleFGetS2
Read a line from an open file, specifying two strongly typed arguments.
Public methodStatic memberFGetStream
Access the FileStream object used by the X# Runtime for Low Level File Access
Public methodStatic memberCode exampleFile
Determine if any file matches a given file specification.
Public methodStatic memberCode exampleFName
Return the name of the file found by FFCount(), FFirst(), or FNext().
Public methodStatic memberCode exampleFNext
Find the next file that matches the file previously found by FFirst().
Public methodStatic memberCode exampleFOpen(String)
Open a file.
Public methodStatic memberCode exampleFOpen(String, DWord)
Open a file.
Public methodStatic memberCode exampleFOpen2
Open a file, specifying two strongly-typed arguments.
Public methodStatic memberCode exampleFPathName
Return the name and path of the file that was used by File().
Public methodStatic memberCode exampleFPutS(IntPtr, String)
Write a string, a carriage-return character, and a linefeed character to an open file.
Public methodStatic memberCode exampleFPutS(IntPtr, String, DWord)
Write a string, a carriage-return character, and a linefeed character to an open file.
Public methodStatic memberCode exampleFPutS3
Write a string, a carriage-return character, and a linefeed character to an open file, specifying three strongly-typed arguments.
Public methodStatic memberCode exampleFRead
Read characters from a file into a buffer variable that is passed by reference.
Public methodStatic memberCode exampleFRead3
Read characters from a file into an allocated buffer.
Public methodStatic memberCode exampleFRead4
Read characters from a file into an allocated buffer.
Public methodStatic memberCode exampleFReadLine
Read a line from an open file.
Public methodStatic memberCode exampleFReadLine2
Read a line from an open file, specifying two strongly-typed arguments.
Public methodStatic memberCode exampleFReadStr
Read characters from a file.
Public methodStatic memberCode exampleFReadText
Read characters from a file into a buffer variable that is passed by reference.
Public methodStatic memberCode exampleFReadText3
Read characters from a file into an allocated buffer, with possible OEM to ANSI conversion, based on the current SetAnsi() setting.
Public methodStatic memberCode exampleFRename
Change the name of a file.
Public methodStatic memberCode exampleFRewind
Set the file pointer at the top of an open file.
Public methodStatic memberCode exampleFSeek3
Set the file pointer to a new position, specifying three strongly-typed arguments.
Public methodStatic memberCode exampleFSize
Return the size of the file found by FFCount(), FFirst(), or FNext().
Public methodStatic memberFSize(IntPtr)
Returns the size in bytes of a specified file.
Public methodStatic memberFSize(String)
Returns the size in bytes of a specified file.
Public methodStatic memberCode exampleFTell
Return the current position of the file pointer.
Public methodStatic memberCode exampleFTell64
Return the current position of the file pointer.
Public methodStatic memberCode exampleFTime
Return the time stamp of the file found by FFCount(), FFirst(), or FNext().
Public methodStatic memberFWrite(IntPtr, String)
Public methodStatic memberCode exampleFWrite(IntPtr, String, DWord)
Write a string to an open file.
Public methodStatic memberFWrite(IntPtr, String, DWord, Logic)
Public methodStatic memberCode exampleFWrite3
Write the contents of a buffer to an open file.
Public methodStatic memberCode exampleFWrite4
Write the contents of a buffer to an open file, with an ANSI to OEM conversion option.
Public methodStatic memberCode exampleFWriteLine(IntPtr, String)
Write a string, a carriage-return character, and a linefeed character to an open file.
Public methodStatic memberCode exampleFWriteLine(IntPtr, String, DWord)
Write a string, a carriage-return character, and a linefeed character to an open file.
Public methodStatic memberCode exampleFWriteLine3
Write a string, a carriage-return character, and a linefeed character to an open file, specifying two strongly-typed arguments.
Public methodStatic memberCode exampleFWriteText3
Write the contents of a buffer to an open file, with SetAnsi() dependency.
Public methodStatic memberCode exampleGetAMExt
Returns a string representing the morning extension for time strings in 12-hour format.
Public methodStatic memberCode exampleGetAmPm
Return and optionally change the setting that determines whether time strings are in 12-hour or 24-hour format.
Public methodStatic memberCode exampleGetAnsi
Return and optionally change the setting that determines whether database files are created using ANSI or OEM format and whether certain text file operations convert between the two character sets.
Public methodStatic memberGetChunkBase64
Public methodStatic memberCode exampleGetCurPath
Get the current X# search path for opening file.
Public methodStatic memberGetCursorProperty
Public methodStatic memberCode exampleGetDateFormat
Return the current date format.
Public methodStatic memberCode exampleGetDefault
Return the X# default drive and directory.
Public methodStatic memberCode exampleGetDefaultDir
Return the current SetDefault() setting.
Public methodStatic memberCode exampleGetDosError
Return the DOS error code from any application.
Public methodStatic memberCode exampleGetEnv
Retrieve the contents of a DOS environment variable.
Public methodStatic memberCode exampleGetFAttr(String)
Convert file attributes to numbers.
Public methodStatic memberCode exampleGetFAttr(DWord)
Convert file attributes to numbers.
Public methodStatic memberCode exampleGetFMask
Prepare a file specification for wildcard searching.
Public methodStatic memberGetMacroCompiler
Get the type of the class that is used to compile macros
Public methodStatic memberGetMimType
This function is not implemented yet
Public methodStatic memberCode exampleGetNatDLL
Get the current DLL for nation-dependent operations and messages.
Public methodStatic memberGetPartialEnumName
Public methodStatic memberCode exampleGetPMExt
Returns a string representing the evening extension for time strings in 12-hour format.
Public methodStatic memberGetSQLProperty
Public methodStatic memberCode exampleGetTimeSep
Return the current separation character used in time strings.
Public methodStatic memberGetTimeZoneDiff
Returns TimeZone difference for current timezone in Hours
Public methodStatic memberGetYield
Public methodStatic memberCode exampleHardCR
Replace all soft carriage returns (Chr(141)) in a string with hard carriage returns (Chr(13)).
Public methodStatic memberHex2C
Public methodStatic memberCode exampleHiByte
Return the high-order (leftmost) byte in a number.
Public methodStatic memberCode exampleHiWord
Return the high-order (leftmost) word in a number.
Public methodStatic memberCode exampleI2Bin
Convert a short integer to a string containing a 16-bit signed integer.
Public methodStatic memberCode exampleInstr
Indicate whether a substring is contained in a string.
Public methodStatic memberCode exampleIsAlNum
Determine if the leftmost character in a string is alphanumeric.
Public methodStatic memberCode exampleIsAlpha
Determine if the leftmost character in a string is alphabetic.
Public methodStatic memberIsAlphaNum
Determine if the leftmost character in a string is alphanumeric..
Public methodStatic memberCode exampleIsBDigit
Determine if the leftmost character in a string is a binary digit (0 or 1).
Public methodStatic memberCode exampleIsDigit
Determine if the leftmost character in a string is a digit (that is, a numeric digit between 0 and 9).
Public methodStatic memberCode exampleIsLower
Determine if the leftmost character in a string is a lowercase letter.
Public methodStatic memberIsRunningOnWindows
Public methodStatic memberCode exampleIsSpace
Determine if the leftmost character in a string is a blank (that is, Chr(9) through Chr(13) or Chr(32)).
Public methodStatic memberCode exampleIsUpper
Determine if the leftmost character in a string is uppercase.
Public methodStatic memberCode exampleIsXDigit
Determine if the leftmost character in a string is a hex character (that is, digits from 1 through 9 and letters from A through F).
Public methodStatic memberCode exampleL2Bin
Convert a long integer to a string containing a 32-bit signed integer.
Public methodStatic memberCode exampleLeft
Extract a substring beginning with the first character in a string.
Public methodStatic memberLike
Determine if a string matches a wildcard pattern (like the wildcard pattern for the DIR command in the OS).
Public methodStatic memberCode exampleLoByte
Return the low-order (rightmost) byte in a number.
Public methodStatic memberLockTries
Public methodStatic memberLockTries(DWord)
Public methodStatic memberCode exampleLogic2Bin
Convert a logical value to a string containing an 8-bit logical value.
Public methodStatic memberCode exampleLower
Convert the uppercase and mixed case characters in a string to lowercase.
Public methodStatic memberCode exampleLowerA
Convert the uppercase and mixed case characters in a string to lowercase, changing the contents of the argument as well as the return value.
Public methodStatic memberCode exampleLoWord
Return the low-order (rightmost) word in a number.
Public methodStatic memberCode exampleLTOC
Convert a logical value to a string.
Public methodStatic memberCode exampleLTrim
Remove leading spaces from a string.
Public methodStatic memberCode exampleMakeDWord
Create a DWORD from two words
Public methodStatic memberCode exampleMakeLong
Create a long from two words
Public methodStatic memberCode exampleMakeShort
Create a Short from two bytes
Public methodStatic memberCode exampleMakeWord
Create a Short from two bytes
Public methodStatic memberCode exampleMemLines
Count the number of lines in a string or memo field.
Public methodStatic memberCode exampleMemoLine
Extract a line of text from a string.
Public methodStatic memberCode exampleMemoRead
Return the contents of a text file as a string.
Public methodStatic memberMemoReadBinary
Return the contents of a binary file as an array of bytes. Use this function in stead of MemoRead() to read the contents of a binary file.
Public methodStatic memberCode exampleMemoWrit(String, Byte)
Write a string to a disk file.
Public methodStatic memberCode exampleMemoWrit(String, String)
Write a string to a disk file.
Public methodStatic memberMemoWritBinary
Write binary data o a disk file. Use this function for binary files instead of MemoWrit(). This day may be read with MemoReadBinary().
Public methodStatic memberCode exampleMLCount1
Count the number of lines in a string.
Public methodStatic memberCode exampleMLcToPos
Return the position of a character in a formatted string.
Public methodStatic memberCode exampleMLine(String, DWord)
Extract a line of text from a string, specifying an optional offset argument.
Public methodStatic memberCode exampleMLine(String, DWord, DWord)
Extract a line of text from a string, specifying an optional offset argument.
Public methodStatic memberCode exampleMLine(String, DWord, DWord)
Extract a line of text from a string, specifying an optional offset argument.
Public methodStatic memberCode exampleMLine3
Extract a line of text from a string, specifying a required offset argument.
Public methodStatic memberCode exampleMLPos2
Determine the position of a line in a string.
Public methodStatic memberCode exampleMod(Double, Double)
Return the remainder of one number divided by another number.
Public methodStatic memberCode exampleMod(Long, Long)
Return the remainder of one number divided by another number.
Public methodStatic memberCode exampleMod(Int64, Int64)
Return the remainder of one number divided by another number.
Public methodStatic memberModuleName
Public methodStatic memberCode exampleNetErr
Detect a concurrency conflict.
Public methodStatic memberCode exampleNetErr(Logic)
Detect a concurrency conflict.
Public methodStatic memberCode exampleNetName
Identify the current workstation.
Public methodStatic memberCode exampleNToCDoW
Convert the number that identifies a day into the name of the day.
Public methodStatic memberCode exampleNToCMonth
Convert the number that identifies a month into the name of the month.
Public methodStatic memberCode exampleOccurs
Return the number of times a substring occurs in a string.
Public methodStatic memberCode exampleOccurs2
Return the number of times a substring occurs in a string.
Public methodStatic memberCode exampleOccurs3
Return the number of times a substring occurs in a string, starting at a specified position.
Public methodStatic memberOem2Ansi(Byte)
Convert an array of OEM characters to ANSI characters.
Public methodStatic memberCode exampleOem2Ansi(String)
Convert a string of OEM characters to ANSI characters.
Public methodStatic memberOem2Ansi(Byte, Long)
Convert an array of OEM characters to ANSI characters.
Public methodStatic memberOem2AnsiA(Byte)
Represents text as a sequence of UTF-16 code units.
Public methodStatic memberCode exampleOem2AnsiA(String)
Convert a string of OEM characters to ANSI characters, changing the contents of the argument as well as the return value.
Public methodStatic memberCode exampleOem2AnsiBuff
Convert a specified number of OEM characters in a source buffer to a buffer of corresponding, if any, ANSI characters.
Public methodStatic memberCode exampleOS
Return the operating system name.
Public methodStatic memberCode exampleOS(Logic)
Return the operating system name.
Public methodStatic memberCode exampleProcFile
Return the name of the activated module.
Public methodStatic memberCode exampleProcFile(Long)
Return the name of the activated module.
Public methodStatic memberCode exampleProcFile(DWord)
Return the name of the activated module.
Public methodStatic memberCode exampleProcLine
Return the source line number of the last line executed in an activated entity.
Public methodStatic memberCode exampleProcLine(Long)
Return the source line number of the last line executed in an activated entity.
Public methodStatic memberCode exampleProcLine(DWord)
Return the source line number of the last line executed in an activated entity.
Public methodStatic memberCode exampleProcName
Return the name of an activated entity.
Public methodStatic memberCode exampleProcName(Long)
Return the name of an activated entity.
Public methodStatic memberProcName(Long, Logic)
Public methodStatic memberCode exampleProper
Change the first character of each word to uppercase
Public methodStatic memberCode exampleProperA
Capitalize a proper name correctly, changing the contents of the argument as well as the return value.
Public methodStatic memberPtr2Bin
Convert a intptr to a string
Public methodStatic memberQPEncString
Public methodStatic memberCode exampleRAt
Return the position of the last occurrence of a substring within a string.
Public methodStatic memberCode exampleRAt2
Return the position of the last occurrence of a substring within a string.
Public methodStatic memberCode exampleRAt3
Return the position of the last occurrence of a substring within a string.
Public methodStatic memberCode exampleRAtLine
Return the line number of the last occurrence of a substring within a multiline string.
Public methodStatic memberCode exampleRATLine2
Return the line number of the last occurrence of a substring within a multiline string.
Public methodStatic memberReadOsVersionFromRegistry
Public methodStatic memberCode exampleReal42Bin
Convert a Real4 value to a string containing a 32-bit floating point number.
Public methodStatic memberCode exampleReal82Bin
Convert a Real8 value to a string containing an 8-byte floating point number.
Public methodStatic memberRegisterFileSearch
Register Worker function for File Search API.
Public methodStatic memberCode exampleRepl
Repeat a string a specified number of times.
Public methodStatic memberCode exampleReplicate
Repeat a string a specified number of times.
Public methodStatic memberCode exampleRGB
Get a particular Windows color.
Public methodStatic memberCode exampleRight
Return a substring beginning with the rightmost character.
Public methodStatic memberCode exampleRTrim
Remove trailing spaces from a string.
Public methodStatic memberSClone
Public methodStatic memberCode exampleSeconds
Return the number of seconds that have elapsed since midnight.
Public methodStatic memberCode exampleSecs
Return a time as the number of seconds that have elapsed since midnight.
Public methodStatic memberCode exampleSetAMExt
Set the morning extension for time strings in 12-hour format.
Public methodStatic memberCode exampleSetAMExt(String)
Set the morning extension for time strings in 12-hour format.
Public methodStatic memberCode exampleSetAmPm
Return and optionally change the setting that determines whether time strings are in 12-hour or 24-hour format.
Public methodStatic memberCode exampleSetAmPm(Logic)
Return and optionally change the setting that determines whether time strings are in 12-hour or 24-hour format.
Public methodStatic memberCode exampleSetAnsi
Return and optionally change the setting that determines whether database files are created using ANSI or OEM format and whether certain text file operations convert between the two character sets.
Public methodStatic memberCode exampleSetAnsi(Logic)
Return and optionally change the setting that determines whether database files are created using ANSI or OEM format and whether certain text file operations convert between the two character sets.
Public methodStatic memberCode exampleSetBeep
Return and optionally change the setting that determines whether a beep is sounded by the error system when an error occurs.
Public methodStatic memberCode exampleSetBeep(Logic)
Return and optionally change the setting that determines whether a beep is sounded by the error system when an error occurs.
Public methodStatic memberCode exampleSetCentury
Return and optionally change the setting that determines whether to include or omit century digits in the date format.
Public methodStatic memberCode exampleSetCentury(Logic)
Return and optionally change the setting that determines whether to include or omit century digits in the date format.
Public methodStatic memberCode exampleSetCollation
Return and optionally change the setting that determines the internal collation routine used for string comparisons.
Public methodStatic memberCode exampleSetCollation(String)
Return and optionally change the setting that determines the internal collation routine used for string comparisons.
Public methodStatic memberSetCompatible
Public methodStatic memberSetCompatible(Logic)
Public methodStatic memberCode exampleSetCpu
Return and optionally change the setting that determines the type of central processor you have.
Public methodStatic memberCode exampleSetCpu(DWord)
Return and optionally change the setting that determines the type of central processor you have.
Public methodStatic memberCode exampleSetDateCountry
Return and optionally change the setting that determines the X# date format by selecting from a list of constants with corresponding date formats.
Public methodStatic memberCode exampleSetDateCountry(DWord)
Return and optionally change the setting that determines the X# date format by selecting from a list of constants with corresponding date formats.
Public methodStatic memberCode exampleSetDateFormat
Change the setting that determines the X# date format.
Public methodStatic memberCode exampleSetDecimal
Return and optionally change the setting that determines the number of decimal places used to display numbers.
Public methodStatic memberCode exampleSetDecimal(DWord)
Return and optionally change the setting that determines the number of decimal places used to display numbers.
Public methodStatic memberCode exampleSetDecimalSep
Return and optionally change the setting that determines the decimal separation character to be used in numeric-to-string conversion functions.
Public methodStatic memberCode exampleSetDecimalSep(DWord)
Return and optionally change the setting that determines the decimal separation character to be used in numeric-to-string conversion functions.
Public methodStatic memberCode exampleSetDefault
Change the setting that determines the X# default drive and directory.
Public methodStatic memberCode exampleSetDefault(String)
Change the setting that determines the X# default drive and directory.
Public methodStatic memberCode exampleSetDefaultDir
Change the setting that determines the location of the error log file.
Public methodStatic memberCode exampleSetDefaultDir(String)
Change the setting that determines the location of the error log file.
Public methodStatic memberCode exampleSetDeleted
Return and optionally change the setting that determines whether to ignore or include records that are marked for deletion.
Public methodStatic memberCode exampleSetDeleted(Logic)
Return and optionally change the setting that determines whether to ignore or include records that are marked for deletion.
Public methodStatic memberCode exampleSetDigit
Return and optionally change the setting that determines the number of digits that will be shown to the left of the decimal point when a number is displayed.
Public methodStatic memberCode exampleSetDigit(DWord)
Return and optionally change the setting that determines the number of digits that will be shown to the left of the decimal point when a number is displayed.
Public methodStatic memberCode exampleSetDigitFixed
Return and optionally change the setting that fixes the number of digits used to display numeric output.
Public methodStatic memberCode exampleSetDigitFixed(Logic)
Return and optionally change the setting that fixes the number of digits used to display numeric output.
Public methodStatic memberCode exampleSetEnv(String, String)
Update or replace the contents of a DOS environment variable.
Public methodStatic memberCode exampleSetEnv(String, String, Logic)
Update or replace the contents of a DOS environment variable.
Public methodStatic memberCode exampleSetEpoch
Return and optionally change the setting that determines how dates without century digits are interpreted.
Public methodStatic memberCode exampleSetEpoch(DWord)
Return and optionally change the setting that determines how dates without century digits are interpreted.
Public methodStatic memberCode exampleSetErrorLog
Return and optionally change the setting that determines whether error information is written to the error log file by the default runtime error handler.
Public methodStatic memberCode exampleSetErrorLog(Logic)
Return and optionally change the setting that determines whether error information is written to the error log file by the default runtime error handler.
Public methodStatic memberSetErrorLogFile
Get the name of the current errorlog file
Public methodStatic memberSetErrorLogFile(String)
Set the name of the current errorlog file
Public methodStatic memberSetErrorStackVOFormat
This function allows you to enable or disable the VO compatible Errorstack format.
Public methodStatic memberCode exampleSetExact
Toggles an exact match for character string comparisons.
Public methodStatic memberCode exampleSetExact(Logic)
Toggles an exact match for character string comparisons.
Public methodStatic memberCode exampleSetExclusive
Return and optionally change the setting that determines whether to open database files in exclusive or shared mode.
Public methodStatic memberCode exampleSetExclusive(Logic)
Return and optionally change the setting that determines whether to open database files in exclusive or shared mode.
Public methodStatic memberCode exampleSetFieldStore
Return and optionally change the setting that determines whether assignments are made to fields or to memory variables.
Public methodStatic memberCode exampleSetFieldStore(Logic)
Return and optionally change the setting that determines whether assignments are made to fields or to memory variables.
Public methodStatic memberCode exampleSetFixed
Return and optionally change the setting that fixes the number of decimal digits used to display numbers.
Public methodStatic memberCode exampleSetFixed(Logic)
Return and optionally change the setting that fixes the number of decimal digits used to display numbers.
Public methodStatic memberCode exampleSetInternational
Return and optionally change the setting that determines the international mode for the application.
Public methodStatic memberCode exampleSetInternational(String)
Return and optionally change the setting that determines the international mode for the application.
Public methodStatic memberSetMacroCompiler(Type)
Set the type of the class that must be used to compile macros
Public methodStatic memberSetMacroCompiler(IMacroCompiler)
Set the class that must be used to compile macros
Public methodStatic memberSetMacroDuplicatesResolver
Set the delegate that may be used to decide which symbol to call for ambiguous symbols
Public methodStatic memberCode exampleSetMath
Return and optionally change the setting that determines the internal operational characteristics of the underlying floating-point system.
Public methodStatic memberCode exampleSetMath(DWord)
Return and optionally change the setting that determines the internal operational characteristics of the underlying floating-point system.
Public methodStatic memberCode exampleSetNatDLL
Activate a new DLL for nation-dependent operations and messages.
Public methodStatic memberCode exampleSetPath
Change the setting that determines the X# search path for opening files.
Public methodStatic memberCode exampleSetPath(String)
Change the setting that determines the X# search path for opening files.
Public methodStatic memberSetPathArray
Return the Path array that is used by the File() function to locate files outside of the current directory. This is a combination of the SetDefault() and SetPath() variables. This may be null if the file function has never been called or never been called for files outside of the current directory.
Public methodStatic memberSetPathArray(String)
Set the Path array that is used by the File() function to locate files outside of the current directory. This is a combination of the SetDefault() and SetPath() variables. This array gets cleared when SetPath() or SetDefault() is called and is initialized the first time File() or a related function
Public methodStatic memberCode exampleSetPMExt
Set the evening extension for time strings in 12-hour format.
Public methodStatic memberCode exampleSetPMExt(String)
Set the evening extension for time strings in 12-hour format.
Public methodStatic memberSetRefresh
Retrieve and optionally set the time for which the RDD system caches data.
Public methodStatic memberSetRefresh(Double)
Retrieve and optionally set the time for which the RDD system caches data.
Public methodStatic memberSetSafety
Public methodStatic memberSetSafety(Logic)
Public methodStatic memberCode exampleSetScience
Return and optionally change the setting that displays numbers in scientific notation.
Public methodStatic memberCode exampleSetScience(Logic)
Return and optionally change the setting that displays numbers in scientific notation.
Public methodStatic memberCode exampleSetSoftSeek
Return and optionally change the setting that determines whether a seek operation will find a close match when no exact match is found.
Public methodStatic memberCode exampleSetSoftSeek(Logic)
Return and optionally change the setting that determines whether a seek operation will find a close match when no exact match is found.
Public methodStatic memberSetSpace
Return the setting that determines whether a space is displayed between fields or expressions when you use the ? or ?? command.
Public methodStatic memberSetSpace(Logic)
Change the setting that determines whether a space is displayed between fields or expressions when you use the ? or ?? command.
Public methodStatic memberCode exampleSetThousandSep
Return and optionally change the setting that determines the thousands separation character to be used in numeric-to-string conversion functions.
Public methodStatic memberCode exampleSetThousandSep(DWord)
Return and optionally change the setting that determines the thousands separation character to be used in numeric-to-string conversion functions.
Public methodStatic memberSetTimeFormat
Public methodStatic memberCode exampleSetTimeSep
Change the setting that determines the separation character to be used in time strings.
Public methodStatic memberCode exampleSetTimeSep(DWord)
Change the setting that determines the separation character to be used in time strings.
Public methodStatic memberCode exampleSetUnique
Return and optionally change the setting that determines whether to include unique record keys in an order.
Public methodStatic memberCode exampleSetUnique(Logic)
Return and optionally change the setting that determines whether to include unique record keys in an order.
Public methodStatic memberSetYield
Public methodStatic memberSetYield(Logic)
Public methodStatic memberCode exampleSLen
Return the length of a strongly typed string.
Public methodStatic memberCode exampleSoundEx
Convert a string to Soundex form.
Public methodStatic memberCode exampleSpace
Create a string of spaces.
Public methodStatic memberSToDt
Convert an Date string to DateTime
Public methodStatic memberString2FAttr
Public methodStatic memberCode exampleStuff
Delete and insert characters in a string.
Public methodStatic memberCode exampleSubStr2
Extract a substring from a string, using strong typing and only two arguments.
Public methodStatic memberCode exampleSubStr3
Extract a substring from a string, using strong typing and three required arguments.
Public methodStatic memberCode exampleSwapByte
Exchange the right and left halves of a byte.
Public methodStatic memberCode exampleSwapDWord
Exchange the right and left halves of a double word.
Public methodStatic memberCode exampleSwapInt
Exchange the right and left halves of an integer.
Public methodStatic memberSwapInt64
Exchange the right and left halves of a Int64
Public methodStatic memberCode exampleSwapLong
Exchange the right and left halves of a long integer.
Public methodStatic memberSwapQWord
Public methodStatic memberCode exampleSwapShort
Exchange the right and left halves of a short integer.
Public methodStatic memberCode exampleSwapWord
Exchange the right and left halves of a word.
Public methodStatic memberCode exampleSystemTypeToUsualType
Calculate the Usual Type for a System Type
Public methodStatic memberCode exampleTime
Return the system time in a format determined by various international settings.
Public methodStatic memberCode exampleTime24
Return the system time in 24-hour format.
Public methodStatic memberCode exampleTrim
Remove trailing spaces from a string.
Public methodStatic memberTruePath
Public methodStatic memberCode exampleTString(Double)
Convert a specified number of seconds to a time string.
Public methodStatic memberCode exampleTString(DWord)
Convert a specified number of seconds to a time string.
Public methodStatic memberTypeString
Return a descriptive name (in upper case) for a X# (Usual) Type
Public methodStatic memberCode exampleUpper
Convert the lowercase and mixed case characters in a string to uppercase.
Public methodStatic memberCode exampleUpperA
Convert the lowercase and mixed case characters in a string to uppercase, changing the contents of the argument as well as the return value.
Public methodStatic memberUseBufferedFileStream
Retrieve the buffered File IO setting for the runtime
Public methodStatic memberUseBufferedFileStream(Logic)
Control the buffered File IO setting for the runtime
Public methodStatic memberUUDecodeLine
This function is not implemented yet
Public methodStatic memberUUEncFile
This function is not implemented yet
Public methodStatic memberUUEncLine
This function is not implemented yet
Public methodStatic memberCode exampleW2Bin
Convert a word to a string containing a 16-bit unsigned integer.
Public methodStatic memberCode exampleWorkDir
Return the currently selected working directory.
Top
See Also