JVCL Help:TJvgXMLSerializer.OnGetXMLHeader
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvgXMLSerializer.OnGetXMLHeader Event
[+] TJvgXMLSerializer Events
[+] TJvgXMLSerializer Fields
[+] TJvgXMLSerializer Methods
[+] TJvgXMLSerializer Properties
Search in JVCL Help
Search in all projectsSummary
Event triggered when about to write the XML header
Pascal
TOnGetXMLHeader = procedure (Sender: TObject; var Value: string) ofobject;
propertyOnGetXMLHeader: TOnGetXMLHeader;
Parameters
Parameters | Description |
Value | Put the header you want to output in this variable |
Sender | The object asking for the header |
Description
The header is the string that will be written as the first thing in the output file. Usually, you would give something like this:<?xml version="1" standalone="yes"?>
If you don't provide an event handler or give an empty string, the default header will be used
See Also
TJvgXMLSerializer.DefaultXMLHeader
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