diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index af9f5ac039..b2815931dd 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -3161,6 +3161,41 @@ If a valid directory is given, the selected directory in the tree will be set to Find position of a mask in the given filter + Creates full-features modal dialogs at runtime.Non-visual component, creates modal dialogs in runtime, with rich UI elements, like Windows TaskDialog API. + + Collection of items that describe buttons in dialog. Additional to CommonButtons. + Caption of dialog's form. + Text that is shown above main info text, with big font and bold style. + If not empty, dialog shows check-box with this caption, at the bottom. + + Text that is shown as main information in the dialog. + Index of default button, from set of CommonButtons property. + Set of standard buttons in dialog: OK, Cancel, Yes etc. Additional to Buttons. + Dialog can have "expand button", with specified caption that shows additional info. + Text that is shown, when "expand button" clicked, or dialog has expanded state. + Set of advanced options for dialog. + Icon for the footer area, at the bottom. + Text that shows in the footer area, at the bottom. + 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). + Bottom check-box (verification) shows in the checked state. + Allow to minimize dialog. + Allow to 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). + Show additional progress-bar, in the marquee style, never ending progress. + Allow to load icon for footer, from app resources. + 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. + Form position will be poOwnerFormCenter, instead of poScreenCenter. +