brAMChr property Returns a single character string representation of the corresponding ANSI system delimiter.
brBOL property Returns a value that indicates whether the current position is on the first element in the list
brCapturing property Returns a clsD3DynamicArray object containing the captured output produced by the last brExecute, if the brResults property specified D3ExecuteCapturing or D3ExecuteWithBoth.
brDatabase property For clsD3Connection objects - returns the ODBC data source name that was passed as the second parameter to the brOpenConnection method. For clsD3Environment objects - returns the ODBC data source name that was used in the most recent brOpenConnection method.
brDate property Returns the current system date in D3 internal format.
brDescription property Returns the library-specific string name, specifically "D3 Windows Class Library*".
brDomain property For clsD3Connection objects - return the first parameter of the brOpenConnection method. For clsD3Environment objects - returns the first parameter of the most recently executed brOpenConnection.
brEOL property Returns a value that indicates whether the current position is after the last element in the list.
brFileName property Returns the filename of the most recently opened D3 file.
brName property Depending upon the object, returns various information as described below:
brResults property Sets or returns a value indicating whether results will be captured and/or returned by the brExecute method.
brReturning property Returns a clsD3DynamicArray object containing the returned output produced by the last brExecute, if the brResults property specified D3ExecuteReturning or D3ExecuteWithBoth.
brSBChr property Returns a single character string representation of the corresponding ANSI system delimiter.
brSMChr property Returns a single character string representation of the corresponding ANSI system delimiter.
brStatus property Returns the equivalent to FlashBASIC system(0) function call.
brSVMChr property Returns a single character string representation of the corresponding ANSI system delimiter.
brTime property Returns the current time in seconds since midnight.