TMappingExplorer.ReplaceDefault Method
Registers a TMappingExplorer instance as the global explorer for the default mapping model, replacing any previously registered instance.
Syntax
Unit: Aurelius.Mapping.Explorer
class procedure TMappingExplorer.ReplaceDefault(AInstance: TMappingExplorer); static;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AInstance | TMappingExplorer | The TMappingExplorer instance to set as the default. |