Simple type that encapsulates the values for setting a footer.
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.
|
What do you think about this topic? Send feedback!
|