Skip to main content

Create(TdxPSDBBasedExplorer) Constructor

Declaration

constructor Create(AnExplorer: TdxPSDBBasedExplorer); virtual;

Parameters

Name Type
AnExplorer TdxPSDBBasedExplorer

Remarks

The constructor creates a new TCustomdxPSDBBasedExplorerFieldNamesMap object and initializes it’s Explorer property with the AnExplorer parameter value.

Note that descendants are created automatically by explorer components to initialize their FoldersFieldNamesMap and ItemsFieldNamesMap properties. As a result, you will have no need to call the constructor manually.

See Also