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"
This commit is contained in:
dsiders 2024-08-21 23:33:22 +01:00
parent f340a1a3b6
commit 589b5c0aa8

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>