Class: TEgDBGridEx
property DelRowQuestion: string;
Confirmation message shown when Ctrl+Delete is pressed with a single
row selected and dgConfirmDelete is in Options
(inherited from TDBGrid). Defaults to
'Delete record ?'. May embed
<var>VarID</var> placeholders - for example
'Delete customer <var>CustName</var> ?' - see
OnGetVariableValue
for how VarID is resolved. DelRowsQuestion and
DelRowCaption resolve their own <var>
placeholders the same way.