Protected_ProtectedquotedProtected Static ReadonlyIGNORED_Static ReadonlyNO_The field value as an unspecified type or null.
Use with caution, as this bypasses type safety. Ensure that the value being set is compatible with the field's expected type.
The field value as an unspecified type or null.
Use with caution, as this bypasses type safety. Ensure that the value being set is compatible with the field's expected type.
The field value as an unspecified type.
When setting the value, the actual type must be compatible with the field's expected type.
The field value as an unspecified type.
When setting the value, the actual type must be compatible with the field's expected type.
Indicates whether a value has been assigned to the field.
The formatted text of the field value as loaded from the data or via loadValueText.
ProtectedclearFormats the field value to a string.
The formatting includes data type formatting but not text formatting such as quoting, padding, truncating etc. This formatted string typically is identical to the string value in the field's valueText property (unless the field value has been modified after loading).
ProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetProtectedgetChecks if the field value is null.
True if the field value is null, false otherwise.
ProtectedisCheck if two values are equal.
Left value
Right value
true if values are equal
Loads a heading into one of the field's heading lines.
The heading is loaded according to the field's heading constraint.
Index of the heading to load.
Text of the heading.
Loads the field headings from an array of strings.
The headings are loaded according to the field's heading constraint. See loadHeading for more information.
An array of headings. The length of the array should be equal to headingCount. Extra headings are ignored and missing headings are set to empty strings.
ProtectedloadLoads the field value from its formatted text representation.
Formatted text representation of field value. Formatting only includes data type formatting and not text formatting such as quoting, padding, truncating etc.
ProtectedonProtectedsetProtectedsetProtectedsetProtectedsetProtectedsetProtectedsetProtectedsetSets the field value to null.
Checks for sequence redirects that may be triggered by setting the field to null.
If this setting of field to null caused a sequence redirect, returns the index of the first field affected by the redirect. If no redirect occurred, returns FtField.NO_FIELDS_AFFECTED_INDEX.
Staticcast
Field for decimal values.