docs: fixed xml

git-svn-id: trunk@64643 -
This commit is contained in:
mattias 2021-02-21 14:40:59 +00:00
parent ea31621d19
commit 32a3dc8fa6
2 changed files with 3 additions and 3 deletions

View File

@ -639,7 +639,7 @@
Delete a specific color:
</p>
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
if iPos <> -1 then
if iPos &lt;&gt; -1 then
Items.Delete(iPos);</code>
<p>
OnGetColors is signalled (when assigned) when the color list is loaded for the control, and <var>cbCustomColors</var> has been included in the <var>Style</var> for the control. This occurs when a new value is assigned to the Style property.
@ -1218,7 +1218,7 @@ if iPos <> -1 then
Delete a specific color:
</p>
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
if iPos <> -1 then
if iPos &lt;&gt; -1 then
Items.Delete(iPos);</code>
<p>
OnGetColors is signalled (when assigned) when the color list is loaded for the control, and <var>cbCustomColors</var> has been included in the <var>Style</var> for the control. This occurs when a new value is assigned to the Style property.

View File

@ -469,7 +469,7 @@
<short>Tree node with the name for the file system entry</short>
</element>
<element name="TCustomShellTreeView.DrawBuiltInIcon.ARect">
<short>Rectangle where the icon is drawn</short/>
<short>Rectangle where the icon is drawn</short>
</element>
<element name="TCustomShellTreeView.GetBuiltinIconSize">