TMappingExplorerCreateProc Anonymous method
Callback invoked each time a new TMappingExplorer instance is created.
Remarks
Args: A TMappingExplorerCreateArgs instance whose Explorer property holds the newly created TMappingExplorer. Use this callback to perform one-time setup on every explorer instance, such as registering dynamic properties or subscribing to Events before any manager uses the explorer.
Syntax
Unit: Aurelius.Mapping.Explorer
TMappingExplorerCreateProc = reference to procedure(Args: TMappingExplorerCreateArgs);