Skip to content

Conversation

@Tostis
Copy link

@Tostis Tostis commented Apr 4, 2024

All class properties are serialized as xml by default or if marked with PropFormat=false attribute.
Class properties marked with PropFormat=true attribute are serialized as attributes.

    [PropFormat(true)]
    property propString: string read FpropString write FpropString;
    property propAnsiString: AnsiString read FpropAnsiString write FpropAnsiString;
<?xml version="1.0" encoding="utf-8"?>
<data>
  <TMyXML propString="Brad Pitt">
    <propAnsiString>Brad Pitt</propAnsiString>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant