TcxCustomGridTableOptionsData.Inserting Property
In This Article
Determines whether a user can insert records by pressing the Insert key or via the new item row.
#Declaration
Delphi
property Inserting: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use this property to determine whether a user can insert records by pressing the Insert key or via the new item row.
The default value of the Inserting property is True.
See Also