mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 14:00:41 +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:
|
Delete a specific color:
|
||||||
</p>
|
</p>
|
||||||
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
|
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
|
||||||
if iPos <> -1 then
|
if iPos <> -1 then
|
||||||
Items.Delete(iPos);</code>
|
Items.Delete(iPos);</code>
|
||||||
<p>
|
<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.
|
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:
|
Delete a specific color:
|
||||||
</p>
|
</p>
|
||||||
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
|
<code>iPos := Items.IndexOf(rsSkyBlueColorCaption);
|
||||||
if iPos <> -1 then
|
if iPos <> -1 then
|
||||||
Items.Delete(iPos);</code>
|
Items.Delete(iPos);</code>
|
||||||
<p>
|
<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.
|
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>
|
<short>Tree node with the name for the file system entry</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomShellTreeView.DrawBuiltInIcon.ARect">
|
<element name="TCustomShellTreeView.DrawBuiltInIcon.ARect">
|
||||||
<short>Rectangle where the icon is drawn</short/>
|
<short>Rectangle where the icon is drawn</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TCustomShellTreeView.GetBuiltinIconSize">
|
<element name="TCustomShellTreeView.GetBuiltinIconSize">
|
||||||
|
Loading…
Reference in New Issue
Block a user