Click or drag to resize

FieldSpec Properties (Typed)

X#

The FieldSpec type exposes the following members.

Properties
  NameDescription
Public propertyDecimals
A numeric value representing the number of decimals defined to this field specification.
Public propertyHyperLabel
The hyperlabel connected to this field specification.
Public propertyLength
A numeric value representing the length defined to this field specification.
Public propertyMaximum
A numeric value representing the maximum value in the range validation for this field specification.
Public propertyMinimum
A numeric value representing the minimum value in the range validation for this field specification.
Public propertyMinLength
A numeric value representing the new minimum length validation for this field specification.
Public propertyMinLengthHL
Error message when MinLength validation fails.
Public propertyNullable
Is the field Nullable ?
Public propertyPicture
A string representing the picture clause defined to this field specification. It is used by the FieldSpec:Transform() method.
Public propertyRangeHL
Error message when Range validation fails.
Public propertyRequired
Logical value indicating whether the field is required (TRUE) or not (FALSE).
Public propertyRequiredHL
Error message when Required validation fails.
Public propertyCode exampleStatus
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.
Public propertyUsualType
A constant, representing the data type defined to this field specification:
Public propertyValidation
A code block that sets the validation rule for this field specification.
Public propertyValidationHL
Error message when Validation fails.
Public propertyValType
A one-character string representing the data type defined to this field specification:
Top
See Also