ALLOWROWDELETE property (EditTable)
Description
Specifies if the user is allowed to delete a row by pressing the Delete key.
Property Value
The ALLOWROWDELETE 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
Deleting a row using the Delete key triggers a DELETEROW event.
Example
See Also
ALLOWINSERT property, DELETEROW event.