Function DbClientList() Foundation

Returns a list of the Xbase Parts registered in a work area.

Syntax
DbClientList() --> aXbaseParts
Return

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.

Description

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()).

Feedback

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.