TCustomdxPSDBBasedExplorerFieldNamesMap.Explorer Property
Returns the explorer component that owns the current instance.
Declaration
property Explorer: TdxPSDBBasedExplorer read;
Property Value
Type |
---|
TdxPSDBBasedExplorer |
Remarks
The Explorer method is used to access the explorer component, which is the current object’s owner. This property value is initialized by the constructor.
See Also