Xbasic
A5_XdialogPreProcess Function
Syntax
Processed_Dialog as P = a5_XdialogPreProcess(C dlg_string [,C default_body_tags [,C style_sheet ]])
Arguments
- Processed_Dialog
Contains two properties: .dlg_body = processed Xdialog .dlg_event = additional event handling code
- dlg_string
Beginning definition of the Xdialog with embedded help tags.
- default_body_tags
Specifies any default parameters, such as background color, for the window.
- style_sheet
Specifies a CSS style sheet that can be referenced by your help text.
Description
The A5_XdialogPreProcess() function is used to pre-process an Xdialog body string. It replaces labels that have the format ##label!helptopic~~ with the appropriate Xdialog code.
Limitations
Desktop applications only.
See Also