Applies to
Database associated controls.
Description
Returns true, if the specified control is associated with a multi-value table column.
Usage
Return true or false, indicating whether the specified control is associated with a multi-value database table column:
truefalse = Get_Property (objectname, "MV")
Remarks
Value returned by Get_Property:
Value | Description |
---|---|
truefalse | Returns true, if the associated column is a multi-value column. |
Returns 0, if the associated column is not multi-valued. | |
Returns null, if the specified control is not associated with a table column. |