TatDataDef Class
Holds information about a input parameter in a registered method.
Syntax
Unit: atScript
TatDataDef = class(TCollectionItem);
Properties
| Name | Description |
|---|---|
| DataType | Contains the data type of the input parameter. This information is not being used by the scripter yet. |
| DataTypeName | Contains the textual data type of the input parameter. For example, 'string' or 'TObject' |
| DefaultValueText | Contains the textual default value of input parameter, for example 'false' or '0'. If the param doesn't have a default value, this is an empty string |
| Modifier | Contains the modifier of the input parameter (const, var, etc.). |
| Name | Contains the name of the input parameters. It's not being used for now, in future this might be used for code-insight operations, for example. |