TdxBarDBNavigator.ConfirmDelete Property
In This Article
Determines whether end-users should confirm record deletion.
#Declaration
Delphi
property ConfirmDelete: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
If the ConfirmDelete property is set to True, clicking the Delete toolbar button shows a confirmation dialog. Otherwise, the record is deleted without user notification.
See Also