Applies to

Edit box, edit line, edit table.

Description

Returns the input validation specification for the named control, or null if none is specified. Used with Get_Property only.

Usage

inputvalidation = Get_Property(objectname, "VALID")

Returns

Value returned by Get_Property:

ValueDescription
inputvalidationAny input validation specification is returned in inputvalidation. If nothing has been specified for input validation on this control, then inputvalidation return null. For an edit table, an @SVM-delimited array of column validations is returned.

See also

CONV property

  • No labels

1 Comment

  1. After some testing with this property it appears that Set_Property is capable of updating this during runtime. I tested this in OpenInsight v9.4.0 so it may be an enhancement that was introduced later but never updated in the documentation.