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

Wrapper function to display an information message dialog that will automatically close once the ATimeOut value has been reached.

Pascal
procedure ShowTimedInfoMessage(const AInstruction: string; const AMessage: string; const ATimeOut: Integer; const AShowCountdown: Boolean = False; const ACountdownText: string = '');

JSDialogs

Displays a dialog with the Information icon visible that will automatically time out.

ShowInfoMessage('This is Information', 'This is an informative message that will close about 3 seconds', 3000);
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!