mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 23:00:35 +02:00
docs: fixed xml
git-svn-id: trunk@64643 -
This commit is contained in:
parent
ea31621d19
commit
32a3dc8fa6
@ -639,7 +639,7 @@
|
||||
Delete a specific color:
|
||||
</p>
|
||||
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
|
||||
if iPos <> -1 then
|
||||
if iPos <> -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 <> -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.
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user