mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 20:47:58 +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 = (
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user