Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

Deleting a row using the Delete key triggers a DELETEROW event.

Example

 
 
 
 
 
 
 

See Also

ALLOWINSERT property, DELETEROW event.