mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:29:29 +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;
|
||||
for B in FDlg.Buttons do
|
||||
CustomButtons.Add(B.Caption); //********** ModalResult and Default???
|
||||
CustomButtons.Add(B.Caption);
|
||||
Radios := TStringList.Create;
|
||||
for B in FDlg.RadioButtons do //********** Default?
|
||||
for B in FDlg.RadioButtons do
|
||||
Radios.Add(B.Caption);
|
||||
|
||||
//ToDo
|
||||
|
Loading…
Reference in New Issue
Block a user