Docs: LazUtils/laz2_dom. Removes TSetOfChar topic for changes in 14514dc9, MR !310.

* Using TSysCharSet from SysUtils instead of creating new types for "set of char"

(cherry picked from commit 589b5c0aa8)
This commit is contained in:
dsiders 2024-08-21 23:33:22 +01:00
parent 2b97d6fa4f
commit 26d172461d

View File

@ -266,12 +266,6 @@ Represents the node type for DOM Document Type Declarations (DTD).
<descr></descr>
</element>
<!-- set type Visibility: default -->
<element name="TSetOfChar">
<short>Defines a set with values using the Char type.</short>
<descr></descr>
</element>
<!-- alias type Visibility: default -->
<element name="DOMString">
<short>Type used for String values in DOM interfaces.</short>