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:
Value | Description |
---|---|
inputvalidation | Any 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. |
1 Comment
Don Bakke
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.