mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 22:20:26 +02:00
TCustomTaskDialog: add a comment.
This commit is contained in:
parent
fc6bbcc936
commit
32824af5fe
@ -226,6 +226,9 @@ const
|
|||||||
TD_BTNMOD: array[TTaskDialogCommonButton] of Integer = (
|
TD_BTNMOD: array[TTaskDialogCommonButton] of Integer = (
|
||||||
mrOk, mrYes, mrNo, mrCancel, mrRetry, mrAbort);
|
mrOk, mrYes, mrNo, mrCancel, mrRetry, mrAbort);
|
||||||
begin
|
begin
|
||||||
|
//Current goal of refactoring: replace all this with:
|
||||||
|
//Result := TWSTaskDialogClass(WidgetSetClass).Execute(Self);
|
||||||
|
|
||||||
FillChar(TaskDlg, SizeOf(LCLTaskDialog.TTaskDialog), 0);
|
FillChar(TaskDlg, SizeOf(LCLTaskDialog.TTaskDialog), 0);
|
||||||
|
|
||||||
if RadioButtons.DefaultButton<> nil then
|
if RadioButtons.DefaultButton<> nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user