You are here: Symbol Reference > JSDialogs Namespace > Functions > JSDialogs.ShowExpandableMessage Function
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.ShowExpandableMessage Function

Wrapper function to display a dialog that can be expanded to display further details.

Pascal
function ShowExpandableMessage(aOwner: TWinControl; const aTitle: TJSString; const aInstruction: TJSString; const aContent: TJSString; const aExpandedContent: TJSString; const aExpandText: TJSString; const aCollapseText: TJSString; aIcon: TTaskDialogIcon; aButtons: TCommonButtons; aHelpIdx: Integer; const aShowInFooter: Boolean; const aExpanded: Boolean): TModalResult; overload;

JSDialogs

Use this dialog to display a dialog that allows the user to see more details. 

Set the aExpanded parameter to True to have the dialog automatically expanded when initially displayed. Set the aShowInFooter parameter to True to display the additional content in the dialogs footer section, otherwise the additional content will display under the dialogs normal content.

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!