MAXROWLIMIT property (EditTable)
Description
Specifies maximum rows of rows a user is allowed to insert into the control.
Property Value
An integer specifying the maximum row limit: If set to 0 then no maximum limit is applied.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
This property cannot be less than the MINROWLIMIT property.
Setting the MAXROWLIMIT will not alter existing data in a control. It will only limit the number of rows that may be inserted by the user, i.e. this property does not affect the operation of the ARRAY and LIST properties, or the INSERT method.
In previous versions of OpenInsight this property was called the ROWLIMIT property. ROWLIMIT may still be used for backwards compatibility purposes.
See Also
MINROWLIMIT property.