You are here: Symbol Reference > JSEditDialogs Namespace > Structs, Records, Enums > JSEditDialogs.TJSFooterRec Record
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSEditDialogs.TJSFooterRec Record

Simple type that encapsulates the values for setting a footer.

Pascal
TJSFooterRec = record
  Text: string;
  Icon: TTaskDialogIcon;
end;

JSEditDialogs

Members 
Description 
Text: string; 
Specify the text of the footer section. 
Icon: TTaskDialogIcon; 
Specify the icon to display in the footer section. 

Pass a TJSFooterRec type to wrapper functions that support displaying a footer on a 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!