ttaskdialog

How to use the TTaskDialog?

六月ゝ 毕业季﹏ 提交于 2019-12-20 08:14:15
问题 How does one use the TTaskDialog class (in Delphi 2009 and later)? The official documentation hasn't helped. In fact, you learn much more by examining the class using CodeInsight or the VCL source code. There are no pedagogical explanations there, but at least there are no errors either (well, just a few). And just recently, I wondered how you could respond to hyperlink clicks in the dialog. Indeed, setting the tfEnableHyperlinks flag, you can include HTML hyperlinks in the dialog's textual

How to verify if the checkbox is checked in a Delphi TTaskDialog?

别说谁变了你拦得住时间么 提交于 2019-12-07 05:31:50
问题 OK, this should be easy, but I do not find the solution, at least not in the not so good documentation.. In a TTaskDialog , you have the option to add one check-box. You can control its initial state by means of the tfVerificationFlagChecked flag in Flags . But how to get the state after the dialog has been Execute d? Of course one can use the OnVerificationClicked event and toggle a local variable, initially equal to the initial state of the checkbox, on each call. But one would expect a

How to verify if the checkbox is checked in a Delphi TTaskDialog?

半城伤御伤魂 提交于 2019-12-05 11:43:55
OK, this should be easy, but I do not find the solution, at least not in the not so good documentation .. In a TTaskDialog , you have the option to add one check-box. You can control its initial state by means of the tfVerificationFlagChecked flag in Flags . But how to get the state after the dialog has been Execute d? Of course one can use the OnVerificationClicked event and toggle a local variable, initially equal to the initial state of the checkbox, on each call. But one would expect a more natural solution. O my God, Embarcadero has made a mistake. A few tests of mine showed that if the

How to use the TTaskDialog?

非 Y 不嫁゛ 提交于 2019-12-02 16:56:42
How does one use the TTaskDialog class (in Delphi 2009 and later)? The official documentation hasn't helped. In fact, you learn much more by examining the class using CodeInsight or the VCL source code. There are no pedagogical explanations there, but at least there are no errors either (well, just a few ). And just recently, I wondered how you could respond to hyperlink clicks in the dialog. Indeed, setting the tfEnableHyperlinks flag, you can include HTML hyperlinks in the dialog's textual parts. (Well, the doc's said about the flag: "If set, content, footer, and expanded text can include