TatScript.EncodeSingleAssign Method
Override to provide the script-language-specific assignment expression for a single variable, used internally by debugger watches.
Remarks
Override EncodeSingleAssign to provide a standard way to represent a single function in a script. Commonly used in debugger watches. WARNING: EncondeSingleAssign must assure that the variable is declared as local.
Syntax
Unit: atScript
function TatScript.EncodeSingleAssign(AVarName: string; AExpression: string): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AVarName | string | ||
| AExpression | string |