TcxvgMultiRecordsOptionsData.DeletingConfirmation Property
Determines whether a message box appears requiring confirmation of the user’s request to delete a record.
Declaration
property DeletingConfirmation: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the DeletingConfirmation property to determine whether the confirmation is required before deleting a record. This option is in effect only when record is deleted by an end-user via pressing the Del or Ctrl+Del keys.
The default value of the DeletingConfirmation property is True.
See Also