Create(TdxPSDBBasedExplorer) Constructor
Creates a new TCustomdxPSDBBasedExplorerFieldNamesMap object.
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