Table of Contents

MV property

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:

ValueDescription
truefalseReturns 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.

See Also

PART property, POS property, ID property, TYPE property