TTMSMCPValues.Values Property
Default indexed property giving access to an argument by property name, so an instance can be indexed directly. Reading returns the value stored under the name, or an empty value when no entry with that name exists; new entries are appended with the two-argument add method.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPValues
Type: TValue
Syntax
property Values[AKey: string]: TValue;
Parameters
| Name | Description |
|---|---|
AKey |
Name of the input property to look up. |