ALLOWROWINSERT property (EditTable)
Description
Specifies if the user is allowed to insert a row by pressing the Insert key.
Property Value
The ALLOWROWINSERT property is a Boolean value of TRUE$ or FALSE$. If TRUE$ then the user is allowed to delete rows.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
Inserting a row using the Insert key triggers an INSERTROW event.
Example
See Also
ALLOWDELETE property, INSERTROW event.