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