Skip to content

Miscellaneous Functions

Function Overview

Function Name Returns
AddBitValue Returns an integer value binary or'ed with another integer value.
ExtractFileName Returns a file name from a fully-qualified file name.
ExtractFilePath Returns a file path from a fully-qualified file name.
Eval Calls an evaluation engine to evaluate an expression that is passed as a string. The result of this evaluation is returned.
Field_Number_Default_Mask Returns a number or currency mask for a specific database file and field.
GUIScreen_Size Returns the height and width of the screen in pixels.
Hi The upper 2-bytes (16-bits) of a 4-byte integer.
If One of two passed values depending on the outcome of a binary expression.
IsAdministrator Returns True if the user is currently running with elevated, administrator privileges.
IsFlagIn Returns a value of True, if a bit pattern is set in an integer value.
Low The lower 2-bytes (16-bits) of a 4-byte integer.
Number_Default_Mask Returns a mask for formatting number strings.
RefClass Allows referencing a class name in an undecorated manner.
RefFunc Allows referencing a function name in an undecorated manner.
RefProc Allows referencing a procedure name in an undecorated manner.
RefProcSet Allows referencing a property setter method (Procedure Set) name in an undecorated manner.
RefTable Allows referencing a function name in an undecorated manner.
RemoveBitValue Zeros (clears) the bit pattern of one integer in another.
Sysconf Retrieves environment-specific information to running programs.
WindowsMessage Sends a message to the Windows message queue for the current object.