Skip to main content
Version: 21 R2

COMPONENT LIST

COMPONENT LIST ( componentsArray : Text array )

ParameterTypeDescription
componentsArrayText arrayNames of the components
History
ReleaseChanges
11 SQLCreated

Description

The COMPONENT LIST command sizes and fills the componentsArray array with the names of the components loaded by the 4D application for the current host project.

When a project is opened, 4D loads the valid components:

Reminder: If the same component is installed at different locations, a priority order is applied.

This command can be called from the host project or from a component. If the project does not use any components, the componentsArray array is returned empty.

The names of the components are the names of the structure files of the matrix databases (.4db, .4dc or .4dbase). This command can be used for setting up architectures and modular interfaces that offer additional functionalities according to the presence of components.

For more information about 4D components, please refer to this page.

See also

PLUGIN LIST

Properties

Command number1001
Thread safeyes