TatDataDefs Class
TatDataDefs is a collection of TatDataDef objects that hold information about the input parameters of a specified method. You can have name, modifier, data type, among other information for each input parameter.
Syntax
Unit: atScript
TatDataDefs = class(TCollection);
Methods
| Name | Description |
|---|---|
| Add | Adds a new TatDataDef object in the collection. Do not call this method directly, it's only used internally by the scripter. |
Properties
| Name | Description |
|---|---|
| Items[i] | Provides indexed-access to a TatDataDef object in the collection. |