Function TWPCustomTextWriter.WriteElementStart(RTFData:TWPRTFDataBlock) : Boolean
Unit: WPRTEDefs
Class: WPRTEDefs.TWPCustomTextWriter
Parameters
-
RTFData:TWPRTFDataBlock
Returns
The type of the result value is Boolean.
Description
This function is called after WriteHeader to write all other texts, such a header and footer. If a text should not be written this function must return false.Before WriteFooter WriteElementStart will be executed a second time - only for the elements which have not been written yet.