Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCustomValue DefineCustomValue(String AVarName) | Define type and initialize to nil. |
| 2 | TCustomValue DefineCustomValue(String AVarName, Object obj) | Define new custom object variable. |
Overload 1: TCustomValue DefineCustomValue(String AVarName)
Define type and initialize to nil.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | String |
Returns: TCustomValue
Overload 2: TCustomValue DefineCustomValue(String AVarName, Object obj)
Define new custom object variable.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | String | |
| 2 | obj | Object |
Returns: TCustomValue
Remarks:
The function receiving this variable needs to check for correct type of object and report an error if not as expected.