TCustomTaskDialog: add a comment.

This commit is contained in:
Bart 2023-07-17 14:01:35 +02:00
parent fc6bbcc936
commit 32824af5fe

View File

@ -226,6 +226,9 @@ const
TD_BTNMOD: array[TTaskDialogCommonButton] of Integer = (
mrOk, mrYes, mrNo, mrCancel, mrRetry, mrAbort);
begin
//Current goal of refactoring: replace all this with:
//Result := TWSTaskDialogClass(WidgetSetClass).Execute(Self);
FillChar(TaskDlg, SizeOf(LCLTaskDialog.TTaskDialog), 0);
if RadioButtons.DefaultButton<> nil then