lcl docs: fixed xml syntax.

git-svn-id: trunk@13217 -
This commit is contained in:
vincents 2007-12-08 10:11:31 +00:00
parent 0e0c608e34
commit 4570f64d4d
3 changed files with 6 additions and 7 deletions

View File

@ -4045,9 +4045,7 @@ mrLast=mrYesToAll=10</descr>
valid. Negative or 0 are treated as undefined and the LCL uses other sizes
instead.</p><p><i>TWinControl</i> overrides this and asks the interface for theme dependent values.
See <link id="#lcl.Controls.TWinControl.CalculatePreferredSize">TWinControl.CalculatePreferredSize</link> for more information.</p><p>WithThemeSpace: If true, adds space for stacking.</p><p>For example: <i>TRadioButton</i> has a minimum size. But for stacking multiple TRadioButtons there should be
some space around. This space is theme dependent, so the parameter is passed to the widgetset</p>
.</descr>
some space around. This space is theme dependent, so the parameter is passed to the widgetset.</p></descr>
</element>
<!-- argument Visibility: default -->
<element name="TControl.CalculatePreferredSize.PreferredWidth"><short/></element>
@ -5590,8 +5588,8 @@ mrLast=mrYesToAll=10</descr>
<element name="TControl.EditingDone">
<short><i>EditingDone</i> - what to do when you have finished editing</short>
<descr><p> <i>TControl.EditingDone</i>
</p><p>Called when user has finished editing. This procedure can be used by data links to commit the changes</p>.
<p>For example:</p><ul> <li>When focus switches to another control (default)</li>
</p><p>Called when user has finished editing. This procedure can be used by data links to commit the changes.</p>
<p>For example:</p><ul> <li>When focus switches to another control (default)</li>
<li>When user selected another item</li>
</ul><p>It's totally up to the control, what events will commit.</p></descr>
</element>

View File

@ -16,7 +16,7 @@ writers and component writers can offer different functionality or workarounds
for bugs and take the LCL version into account while choosing their algorithms
at run-time.</p>
<p>Likewise, these version constants can be used at compile time in an conditional
expressions, such as <code>{$IFDEF lcl_major>0}</code>. Currently these kinds of
expressions, such as <code>{$IFDEF lcl_major&gt;0}</code>. Currently these kinds of
epressions are only support in <code>{$mode delphi}</code>. Recently fpc 2.3.1 added
support for these kind of expressions in <code>{$mode delphi}</code>.</p>
</descr>

View File

@ -5897,7 +5897,8 @@ Indicates how text is displayed in a text editing control.</p>
<!-- object Visibility: default -->
<element name="TCustomCheckBox">
<short><i>TCustomCheckBox </i>is the ancestor of all check-box components.</short>
<descr><p><i>TCustomCheckBox</i>: The base (abstract) class from which the <i>TCheckBox </i>is derived</p>. <p>Check boxes present the user with options that can be selected (checked) or deselected (unchecked).</p></descr>
<descr><p><i>TCustomCheckBox</i>: The base (abstract) class from which the <i>TCheckBox </i>is derived.</p>
<p>Check boxes present the user with options that can be selected (checked) or deselected (unchecked).</p></descr>
<seealso><link id="TCheckBox"/></seealso>
</element>
<!-- variable Visibility: private -->