Click or drag to resize

NumberFS Methods

X#

The NumberFS type exposes the following members.

Functions
  NameDescription
Public methodAsString
Return the caption defined to this field specification's hyperlabel; if no caption is defined, return the name defined to the hyperlabel.
(Inherited from FieldSpec.)
Public methodCode examplePerformValidations
Test a specified value to see if it passes all of this field specification's validation rules.
(Inherited from FieldSpec.)
Public methodSetLength
Set a new length for this field specification and new hyperlabel diagnostics for the length check.
(Inherited from FieldSpec.)
Public methodSetMinLength
Set a new minimum length validation for this field specification and new hyperlabel diagnostics for the minimum length check.
(Inherited from FieldSpec.)
Public methodSetRange
Set a new range validation for this field specification and new hyperlabel diagnostics for the range check.
(Inherited from FieldSpec.)
Public methodSetRequired
Set a new required validation for this field specification and new hyperlabel diagnostics for the required check.
(Inherited from FieldSpec.)
Public methodSetType
Set a new data type for this field specification and new hyperlabel diagnostics for the data type check.
(Inherited from FieldSpec.)
Public methodSetValidation
Set a new validation rule for this field specification and new hyperlabel diagnostics for the validation rule check.
(Inherited from FieldSpec.)
Public methodTransform
Convert a specified value into a string, formatted according to this field specification's picture clause.
(Inherited from FieldSpec.)
Public methodVal
Convert a string to a value, according to this field specification's defined data type.
(Inherited from FieldSpec.)
Public methodValidate
A replaceable method for performing validations. The standard implementation evaluates the code block specified through FieldSpec:SetValidation().
(Inherited from FieldSpec.)
Top
See Also