MINROWLIMIT property (EditTable)
Description
Specifies minimum number rows of rows allowed in the control.
Property Value
An integer specifying the minimum row limit: If set to 0 then no minimum limit is applied.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
This property cannot be greater than the MAXROWLIMIT property.
Setting the MINROWLIMIT will not alter existing data in a control. It will only limit the number of rows that may be deleted by the user, i.e. this property does not affect the operation of the ARRAY and LIST properties, or the DELETE method.
See Also
MAXROWLIMIT property.