mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 20:38:08 +02:00
TaskDialog: add comment in Win32 WS code about (not yet supported) field of TTaskDialogConfig.
This commit is contained in:
parent
9874d86630
commit
72376eacf2
@ -1796,8 +1796,12 @@ var
|
||||
AParentWnd := 0;
|
||||
end;
|
||||
ExpandedInformation := Utf8ToUtf16(ADlg.ExpandedText);
|
||||
ExpandedControlText := ''; //currently no matching field in TTaskDialog??
|
||||
CollapsedControlText := Utf8ToUtf16(ADlg.ExpandButtonCaption);
|
||||
|
||||
//Seems to be the caption of the ExpandButton when ExpandedText is displayed
|
||||
//If it's empty, then the caption of the ExpandButton remains the same
|
||||
ExpandedControlText := ''; //currently no matching field in TTaskDialog
|
||||
|
||||
Footer := Utf8ToUtf16(ADlg.FooterText);
|
||||
|
||||
if ADlg.RadioButtons.DefaultButton<> nil then
|
||||
|
Loading…
Reference in New Issue
Block a user