D3 Properties

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.

brCasing Property

Sets or returns the case sensitivity flag.

brCommand Property

Sets or returns the TCL command associated with the clsD3TclCommand object.

brCopyright Property

Returns the Rocket copyright notice.

brCount Property

Returns the total number of items in a select list.

brCString Property

Casts a VB string into a clsD3DynamicArray object or returns the contents of a clsD3DynamicArray object as a VB string.

brCurrency Property

Sets or returns the currency sign.

brDatabase Property

  • clsD3Connection objects - returns the ODBC data source name that was passed as the second parameter to the brOpenConnection method.

  • 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.

brDecimal Property

Sets or returns the decimal separator.

brDescription Property

Returns the library-specific string name, specifically D3 Windows Class Library*.

brDomain Property

  • clsD3Connection objects - return the first parameter of the brOpenConnection method.

  • 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.

brGrouping Property

Sets or returns the grouping separator.

brHandle Property

Returns a value that uniquely identifies an object.

brIndexId Property

Returns the item-id of the D3 item returned by the last index operation.

brIndexKey Property

Returns the actual string found by the last index operation.

brIndexVC Property

Returns the current value mark count if the index is on a MultiValued secondary key.

brIsODBC Property

Returns True for ODBC connections and returns False for RPC connections.

brItemId Property

Returns the last item-id referenced by the object.

brItemIndex Property

Returns the number of items read from the list.

brName Property

  • clsD3Connection object - returns the parameters used by the brOpenConnection method to establish a connection.

  • clsD3DynamicArray object - for objects created from the methods of the clsD3Connection, clsD3TCLCommand or clsD3File classes, this property returns information about the parent object, otherwise NULL is returned.

  • clsD3Environment object - returns the library-specific string name, specifically, D3 Class Library (ODBC Only).

  • clsD3File object - returns the name of the D3 file associated with the object.

  • clsD3Index object - returns the index correlative associated with the object.

  • clsD3RuleModule object - returns the name of the rule module associated with the object.

  • clsD3SelectList object - returns the name of the list if opened with a named parameter.

  • clsD3TCLCommand object - returns the TCL command associated with the object (same as brCommand).

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.

brTimeDate Property

Returns the current date and time.

brType Property

  • clsD3Environment object - returns ODBC32.

  • clsD3File object - returns the type of D3 file, either Dict or Data.

brValue Property

Returns the last item-id read from the select list.

brVersion Property

Returns the version of the D3 Class Library (ODBC Only).

brVMChr Property

Returns a single character string representation of the corresponding ANSI system delimiter.