A5_XdialogPreProcess()
Syntax
Processed_Dialog as P = A5_XdialogPreProcess( Dialog_String as C [, Default_Body_Tags as C [, Style_Sheet as C ]] )
Argument | Description |
Processed_Dialog | Contains two properties: .dlg_body = processed Xdialog .dlg_event = additional event handling code |
Dialog_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 replaces tags with the format ##Label!variable_name~~ with the appropriate help text.
Supported By
Alpha Five Version 6 and Above
Limitations
Desktop applications only.
See Also