FieldSpec Properties (Typed) |
The FieldSpec type exposes the following members.
Name | Description | |
---|---|---|
Decimals |
A numeric value representing the number of decimals defined to this field specification.
| |
HyperLabel |
The hyperlabel connected to this field specification.
| |
Length |
A numeric value representing the length defined to this field specification.
| |
Maximum |
A numeric value representing the maximum value in the range validation for this field specification.
| |
Minimum |
A numeric value representing the minimum value in the range validation for this field specification.
| |
MinLength |
A numeric value representing the new minimum length validation for this field specification.
| |
MinLengthHL | Error message when MinLength validation fails. | |
Nullable | Is the field Nullable ? | |
Picture |
A string representing the picture clause defined to this field specification. It is used by the FieldSpec:Transform() method.
| |
RangeHL | Error message when Range validation fails. | |
Required |
Logical value indicating whether the field is required (TRUE) or not (FALSE).
| |
RequiredHL | Error message when Required validation fails. | |
Status |
After a validation request (see FieldSpec:PerformValidations() for details), this contains a HyperLabel object that describes the results of the validation or NULL_OBJECT if the validation passed.
| |
UsualType |
A constant, representing the data type defined to this field specification:
| |
Validation |
A code block that sets the validation rule for this field specification.
| |
ValidationHL | Error message when Validation fails. | |
ValType |
A one-character string representing the data type defined to this field specification:
|