mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 17:40:40 +02:00
Refactoring TTaskDialog: remove some comments from TaskDialogEmulation unit.
This commit is contained in:
parent
80dc2c89b0
commit
c343cfe0d3
@ -636,9 +636,9 @@ begin
|
|||||||
|
|
||||||
CustomButtons := TStringList.Create;
|
CustomButtons := TStringList.Create;
|
||||||
for B in FDlg.Buttons do
|
for B in FDlg.Buttons do
|
||||||
CustomButtons.Add(B.Caption); //********** ModalResult and Default???
|
CustomButtons.Add(B.Caption);
|
||||||
Radios := TStringList.Create;
|
Radios := TStringList.Create;
|
||||||
for B in FDlg.RadioButtons do //********** Default?
|
for B in FDlg.RadioButtons do
|
||||||
Radios.Add(B.Caption);
|
Radios.Add(B.Caption);
|
||||||
|
|
||||||
//ToDo
|
//ToDo
|
||||||
|
Loading…
Reference in New Issue
Block a user