VALID property
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. |