Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

Inserting a row using the Insert key triggers an INSERTROW event.

Example

 
 
 
 
 
 
 

See Also

ALLOWDELETE property, INSERTROW event.