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

Used to determine the source of the More text.

Pascal
TMoreSource = (
  msDefault,
  msStream,
  msFile
);

JSDialog

Members 
Description 
msDefault 
Using msDefault uses the text set in the Text property of the TExpando class. 
msStream 
When using msStream, handle the OnMoreStream event. 
msFile 
When using msFile, handle the OnMoreFile event. 
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!