You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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