Function DbClientList() Foundation
Returns a list of the Xbase Parts registered in a work area.
DbClientList() --> aXbaseParts
The return value of DbClientList() is a one dimensional array containing references to all Xbase Parts registered in the current work area. When no Xbase Parts are registered, the function returns an empty array.
The function DbClientList() is used to determine all Xbase Parts that have been registered in a work area using the function DbRegisterClient(). A work area is managed by a database object. Registered Xbase Parts are automatically notified by the database object as soon as database operations are performed in the work area (see DbRegisterClient()).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.