DacSqlStatement()
Creates SQL Statements for the current session of this thread or a dedicated session.
Date()
Retrieves system date.
Day()
Returns the day of a date value as a numeric value.
DbAppend()
Creates a new record.
DbAppend()
Inserts a record into a table
DbCargo()
Attaches an arbitrary value to a used work area
DbClearFilter()
Clears the filter setting in a work area.
DbClearIndex()
Closes all index files in a work area.
DbClearRelation()
Clears all current relations in a work area.
DbClearScope()
Clears the top and/or bottom scope
DbClientList()
Returns a list of the Xbase Parts registered in a work area.
DbCloseAll()
Closes all files in all work areas.
DbCloseArea()
Closes files in a work area.
DbCommit()
Writes file buffers in a work area into the files.
DbCommitAll()
Writes file buffers in all work areas into files.
DbContinue()
Continues a sequential search defined by DbLocate().
DbCopyExtStruct()
Copies the field structure from a work area into a structure extended
DbCopyStruct()
Creates a file with the same structure as the file open in a work area.
DbCreate()
Generates a database file from a file structure array.
DbCreateExtStruct()
Creates and opens an empty structure extended file.
DbCreateFrom()
Creates and opens a new file from a structure extended file.
DbCreateIndex()
Creates an index file in a work area.
DbDelete()
Marks record as deleted.
DbDeregisterClient()
Removes an Xbase Part from a work area's list of registered Xbase Parts.
DbDescend()
Checks if the order for navigation is descending
DbDestroy()
Permanently deletes a table
DbeBuild()
Assembles and loads a compound database engine (DBE) from loaded
DbEdit()
Browses records in a work area.
DbeInfo()
Sets or returns the settings of a database engine.
DbeList()
Returns the loaded database engines (DBE).
DbeLoad()
Loads a database engine (DBE).
DbeSetDefault()
Sets or returns the current database engine (DBE).
DbeUnload()
Removes a loaded database engine (DBE) from main memory.
DbEval()
Evaluates a code block for each record in a work area.
DbExport()
Exports data from a work area into a new file.
Dbf()
Returns the alias name of the current work area.
DbFilter()
Returns the filter condition currently set for a work area.
DbGoBottom()
Sets the record pointer to the last logical record.
DbGoPosition()
Moves the record pointer to a percent position in a work area
DbGoto()
Positions the record pointer to a specific record.
DbGoTop()
Sets the record pointer to the first logical record.
DbImport()
Imports data from a file into a work area.
DbInfo()
Sets or returns information about a work area (database object).
DbJob()
Retrieves the code block associated with a work area.
DbJoin()
Combines records from two work areas and writes the result to a new
DbList()
Displays records from a work area.
DbLocate()
Defines a condition for a sequential search and performs the search.
DbLocked()
Checks if a table lock is set.
DbPack()
Physically removes records marked as deleted from a file.
DbPosition()
Returns the position of the record pointer as a percent value
DbRecall()
Removes deletion flag for a record (recalls the record).
DbRefresh()
Forces refresh of all internal cache buffers of current work area
DbRegisterClient()
Registers an object to receive messages from a work area.
DbReindex()
Rebuilds open index files in a work area.
DbRelation()
Returns the linking expression of a relation.
DbRelease()
Transfers an alias name from the current work space into the Zero space.
DbRequest()
Transfers an alias name from the Zero space into the current work space.
DbResetNotifications()
Reactivates notifications being sent from a work area to registered objects.
DbResumeNotifications()
Reactivates notifications being sent from a work area to registered objects.
DbRList()
Returns a list of relation names defined for child work areas.
DbRLock()
Locks records for write access when file is open in SHARED mode.
DbRLockList()
Determines which records are locked in a work area.
DbROrdName()
Determines the index tag of a child work area.
DbRResumeSelect()
Resumes a suspended relational restriction in a child work area.
DbRRollback()
Executes a roll back operation on the current table row.
DbRRollback()
Executes a roll back operation on the current table row.
DbRSelect()
Returns the child work area of a relation.
DbRSuspendSelect()
Suspends a relational restriction in a child work area.
DbRUnlock()
Release record locks in a work area.
DbScope()
Checks if a scope is set in a work area.
DbSeek()
Positions the record pointer to a record based on the value of
DbSeek()
Positions the record pointer to a record based on the value of
DbSelectArea()
Selects a work area.
DbSession()
Retrieves the DacSession object of the current work area.
DbSession()
Retrieves the DacSession object of the current work area.
DbSetDescend()
Reverses the navigational order of a work area.
DbSetDriver()
This function is not supported in Xbase++ (see DbeSetDefault()).
DbSetFilter()
Sets a filter condition for a work area.
DbSetFound()
Returns or sets the status of the function Found()
DbSetIndex()
Opens an index file in a work area.
DbSetNullValue()
Toggles NULL/NIL value support of a work area
DbSetOrder()
Sets the controlling index in a work area.
DbSetRelation()
Creates a relation (link) between two work areas.
DbSetScope()
Sets scope values for logical or physical orders.
DbSkip()
Positions the record pointer relative to the current record.
DbSkipper()
Skipper function for a XbpBrowse or TBrowse object using database files as the data
DbSort()
Sorts records from a work area and writes them into a file.
DbStruct()
Generates an array containing the structure data for a database file.
DbSuspendNotifications()
Temporarily suspends notifications being sent from a work area to registered objects.
DbTotal()
Totals data from numeric fields of a work area into a second file.
DbUnlock()
Releases record and file locks in a work area.
DbUnlockAll()
Releases all file and record locks in all work areas.
DbUpdate()
Updates the current work area with data from another work area.
DbUseArea()
Opens a database file in a work area.
DbZap()
Deletes all records in a work area.
Deleted()
Determines whether a record is marked as deleted.
Descend()
Gives an inverted index key value for sorting in descending order.
DevOut()
Outputs a value to the current output device.
DevOutPict()
Outputs a value with a picture format to the current output device.
DevPos()
Positions the cursor or print head.
Directory()
Fills an array with information about the files in a specified path.
DiskSpace()
Determines the storage space available on a drive.
DispBegin()
Initiates the buffering of screen output.
DispBox()
Displays a box on the screen.
DispCount()
Determines the number of pending DispEnd() calls.
DispEnd()
Displays buffered screen output.
DispOut()
Displays a value on the screen or in the active window.
DispOutAt()
Displays a value on the screen without changing the cursor position.
DllCall()
Calls a DLL function dynamically at runtime.
DllExecuteCall()
Calls a function from a dynamically loaded DLL using a call-template.
DllInfo()
Retrieves runtime information about loaded DLLs.
DllLoad()
Loads a DLL file dynamically during runtime.
DllPrepareCall()
Prepares a call to a DLL function and creates a call-template.
DllUnLoad()
Unloads a previously loaded DLL.
DosError()
Retrieves the last operating system error code.
DosErrorMessage()
Retrieves the textual description of an operating system error code.
DoW()
Converts a date value to a numeric weekday.
DtoC()
Converts a date value to a character string.
DtoJ()
Converts a date value to a Julian date.
DtoS()
Converts a date value to a character string in the format YYYYMMDD.