brColumn method Returns the attribute number of the specified attribute-defining item of the D3 file associated with the clsD3File object.
brCompile method Flash compiles the specified FlashBASIC program or subroutine.
brConvert method Replaces each occurrence of a specified character in the clsD3DynamicArray object with another character.
brCopy method Creates a new clsD3DynamicArray object that is a copy of the clsD3DynamicArray object.
brCount method Returns the number of occurrences of a specified character found in a clsD3DynamicArray object.
brCreateFile method Creates a new instance of the clsD3File class and opens the specified D3 file in the current account.
brCreateIndex method Creates an index for the D3 file using the specified a-correlative.
brData method Stacks data in the input buffer for consumption by the executed command.
brDCount method Returns the number of occurrences of a specified character in a clsD3DynamicArray plus one, or zero (0) if the string is null.
brDelete method For clsD3DynamicArray objects - removes a specific attribute, value or sub-value from the dynamic array. For clsD3File objects - removes the specified item from the D3 file associated with the object.
brDeleteFile method Deletes the dictionary and all data sections from the specified D3 file.
brEqual method Compares two clsD3DynamicArray objects, and if equal, returns True.
brEqualStr method Compares a clsD3DynamicArray with the specified string and if equal, returns True.
brError method Returns a large negative integer error code associated with the last error.
brExecute method Executes a specified TCL command (clsD3Connection) or executes a TCL command that is either specified or previously set in the brCommand property (clsD3TCLCommand).
brExtract method Returns a new clsD3DynamicArray object that contains a specific attribute, value, or sub-value extracted from a clsD3DynamicArray.
brExtractStr method Returns a string containing a specific attribute, value, or sub-value extracted from a clsD3DynamicArray object.
brFileLock method Sets an exclusive lock on the D3 file associated with the clsD3File object.
brFileUnlock method Releases a previously set lock on the D3 file associated with the clsD3File object.
brFindFirst method Finds the first exact match or partial match in the index to the passed key.
brFindLast method Finds the last entry in the index that partially matches the passed key.
brFindNext method Finds the next entry in the index that exactly or partially matches the passed key.
brFindPrevious method Finds the previous entry in the index that exactly or partially matches the passed key.
brIconv method Performs an input conversion on the specified data.
brIndex property For clsD3DynamicArray Objects - searches through a clsD3DynamicArray for the specific occurrence of a character or substring returning the numeric position, if found. For clsD3SelectList Objects - returns the number of items that have been read from the list.
brInsert method Inserts an element, passed as a clsD3DynamicArray object, into the specified attribute, value, or sub-value location in the clsD3DynamicArray object.
brInsertStr method Inserts a string into the specified attribute, value, or sub-values location in a clsD3DynamicArray object.
brItemCount method For clsD3Connection object - returns the number of items in the master dictionary of the current account. For clsD3File object - returns the number of items in the D3 file associated with the clsD3File object.
brKey method Provides the ability to sequentially "cruise" on any defined b-tree index for an item-id.
brKeyX method Returns a clsD3DynamicArray object containing all matches to a key or all matches to the next key.
brLen method Returns the number of characters in a clsD3DynamicArray including attribute, value, and sub-values marks.
brOconv method Performs an output conversion on the specified data.
brOpenConnection method Creates a new instance of the clsD3Connection class, establishing a connection to the specified data source. The second form of the syntax in for RPC connections only.
brOpenFile method Creates a new instance of a clsD3File class and opens the specified D3 file within the database.
brOpenRuleModule method Creates a new instance of the clsD3RuleModule class that encapsulates the legacy FlashBASIC subroutine so it may be called from the application.
brOpenSelectList method Creates a new instance of the clsD3SelectList class and executes a TCL command that creates a select list.
brOpenTCLCommand method Creates a new instance of the clsD3TCLCommand class, providing the ability to execute and capture results of a TCL command.
brRead method Reads an item from the D3 file associated with the clsD3File object, returning a clsD3DynamicArray object.
brReadnext method Reads the next item in the select list associated with the clsD3SelectList object.
brReadU method Locks and reads an item from the D3 file associated with the clsD3File object, returning the item as a clsD3DynamicArray.
brReadV method Reads a specific attribute of an item from the D3 file associated with the clsD3File object, returning the attribute as a clsD3DynamicArray object.
brReadVU method Locks and reads the specified attribute of an item from the D3 file associated with the clsD3File object, returning the attribute as a clsD3DynamicArray object.
brRelease method For clsD3Connection Objects - releases all locks associated with the clsD3Connection object. For clsD3File Objects - releases an item lock on the specified item of the D3 file associated with the clsD3File object that was previously set using the brReadU or brReadVU methods.
brReplace method Inserts or replaces a specific attribute, value, or sub-value in a clsD3DynamicArray object.
brReplaceStr method Inserts or replaces a specific attribute, value, or sub-value in a clsD3DynamicArray object.
brRoot method Creates a new instance of the clsD3Index class and opens the index with the specified a-correlative on the D3 file.
brSelect method For clsD3Connection objects - returns a new clsD3SelectList object containing a list of D3 files from the current account. For clsD3DynamicArray objects - creates a new clsD3SelectList object containing a list of attributes in the clsD3DynamicArray object. For clsD3File objects - returns a new clsD3SelectList object containing a list of item-ids from the D3 file associated with the clsD3File object.
brSleep method Suspends the process until time reaches the designated time (HH:MM:SS) or for the specified time in seconds.
brSort method Sorts in ascending order a clsD3DynamicArray object and returns another clsD3DynamicArray object.
brSystem method Provides access to system variables based on the requested numeric argument.
brTrim method Eliminates leading, trailing, and extra blanks in a clsD3DynamicArray object.
brUniqueID method Returns a string that is unique within the scope of the parent object.
brUpdateAccount method Updates the verbs and related items in the specified account master dictionary.
brWrite method Writes an item to the D3 file associated with the clsD3File object, overwriting the previous contents of the item.
brWriteU method Writes an item to the D3 file associated with the clsD3File object, overwriting the previous contents of the item, maintaining the lock on the item.
brWriteV method Writes the specific attribute to an item in a D3 file associated with the clsD3File object, overwriting the previous contents of the attribute.
brWriteVU method Writes the specific attribute to an item in the file D3 file associated with the clsD3File object, overwriting the previous contents of the attribute, maintaining the lock on the item.