Unit 'Laz_XMLStreaming' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLObjectWriter.BeginProperty

Starts serialization for a property using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 71

public procedure TXMLObjectWriter.BeginProperty(

  const PropName: string

); override;

Arguments

PropName

  

Name for the property used as the value for the name attribute in the element.


Version 4.4 Generated 2025-11-08 Home