From 26d172461dda3dc405858c7b71f90132964a84da Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 21 Aug 2024 23:33:22 +0100 Subject: [PATCH] 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 589b5c0aa88ff657bb8d3798695d4f5e53fbb98b) --- docs/xml/lazutils/laz2_dom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/xml/lazutils/laz2_dom.xml b/docs/xml/lazutils/laz2_dom.xml index 91ac8181da..e6e9cdec05 100644 --- a/docs/xml/lazutils/laz2_dom.xml +++ b/docs/xml/lazutils/laz2_dom.xml @@ -266,12 +266,6 @@ Represents the node type for DOM Document Type Declarations (DTD). - - -Defines a set with values using the Char type. - - - Type used for String values in DOM interfaces.