You are here: Symbol Reference > JSDialogs Namespace > Structs, Records, Enums > JSDialogs.TMsgType Enumeration
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.TMsgType Enumeration

Type used to indicate which section the message string should be displayed in.

Pascal
TMsgType = (
  mtNone,
  mtContent,
  mtInstruction
);

JSDialogs

Members 
Description 
mtNone 
Display both content and instruction. Do not use this value in your code. 
mtContent 
Display message string in the content section of the dialog. 
mtInstruction 
Display message string in the instruction section of the dialog. 
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!