Table of Contents

TElementContext Record

Holds context information about an unrecognized identifier encountered during script compilation.

Remarks

An instance of TElementContext is passed to the OnUnknownElement event handler, allowing the application to inspect and resolve the identifier by registering the appropriate class, method, or property on the fly.

Syntax

Unit: atScript

TElementContext = record;