JVCL Help:TJvFormToHtml.FormToHtml
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFormToHtml.FormToHtml Method
[+] TJvFormToHtml Methods
Search in JVCL Help
Search in all projectsSummary
Converts a form to HTML.
Pascal
procedureFormToHtml(constForm: TCustomForm; constFilename: string);
Parameters
Parameters | Description |
const Form: TCustomForm | The form to convert. |
const Filename: string | The file to save the generated HTML to. |
Description
Call FormToHtml to convert a form to HTML code. The content of the form (controls and their positions) is converted to and saved to a file. Note that only controls available in HTML are converted (edits, memos, buttons, checkboxes, radio buttons, combo boxes, list boxes and labels).
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page