[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#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.0 Generated 2025-05-03 Home