[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectWriter.WriteSet

Serializes a set values from the specified type using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 84

public procedure TXMLObjectWriter.WriteSet(

  Value: LongInt;

  SetType: Pointer

); override;

Arguments

Value

  

LongInt with the bit values for the set type.

SetType

  

Pointer to the type for the set.


Version 4.0 Generated 2025-05-03 Home