Create(TCustomdxPSExplorer,TdxPSExplorerFolder) Constructor
Creates a new item.
Declaration
constructor Create(AnExplorer: TCustomdxPSExplorer; AParent: TdxPSExplorerFolder); virtual;
Parameters
Name | Type |
---|---|
AnExplorer | TCustomdxPSExplorer |
AParent | TdxPSExplorerFolder |
Remarks
The constructor creates a new item within the specified explorer, the explorer is identified by the AnExplorer parameter. The newly created item is placed into the folder specified by the AParent parameter.
Note that you will not have to create items or folders directly using their constructors. To create an item or a folder, call the explorer component’s CreateNewItem or CreateNewFolder methods respectively.
See Also