From 5c6e49c72eaa36fed206fadb86c72d11ff65153a Mon Sep 17 00:00:00 2001 From: ondrej Date: Thu, 16 Feb 2017 07:35:05 +0000 Subject: [PATCH] docs: TTaskDialog. Issue #31398, patch by AlexeyT git-svn-id: trunk@54166 - --- docs/xml/lcl/dialogs.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index b2815931dd..7e5b3271d0 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -3179,21 +3179,21 @@ If a valid directory is given, the selected directory in the tree will be set to Icon for the main info in dialog. Collection of items that describe radio-buttons, they show in the lower part. - Allow to underline URLs in texts, and to click them. - Allow to load main icon from app resources. - Allow to cancel dialog by Esc key, or Alt+F4 (ie OS default hotkey). + Allow HTML-like hyperlinks in the dialog (in Text, Footer, and ExpandedText) using HTML tag "a href=...". + Use custom main icon with CustomMainIcon property. + Allow canceling the dialog by Esc key, or Alt+F4 (ie OS default hotkey). Bottom check-box (verification) shows in the checked state. - Allow to minimize dialog. - Allow to use Right-to-Left layout for texts. + Allow minimizing the dialog. + Use Right-to-Left layout for texts. Show additional progress-bar. - Dialog shows in the "expanded" state, more controls are visible. - Footer area shows fully visible. - Don't set any of radio-buttons as default (for Enter key). + Initially show ExpandedText. Else show the button, which shows ExpandedText. + Show ExpandedText in the footer, instead of near the main text. + Don't check any of radio-buttons. Show additional progress-bar, in the marquee style, never ending progress. - Allow to load icon for footer, from app resources. + Use custom footer icon with CustomFooterIcon property. Custom buttons will be shown as big buttons in the middle of the dialog; and text after "\n", in caption, will be shown as hint. - For custom buttons, in the "command links" mode, also show default icon. - Use timer that activates some choice, after some number of seconds. + Don't show glyphs for custom buttons in the "command links" mode. + Execute the timer callback event every 200 milliseconds. Form position will be poOwnerFormCenter, instead of poScreenCenter.