mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:59:15 +02:00
LazDoc - update to TControl.AdjustSize in Controls.xml
git-svn-id: trunk@12978 -
This commit is contained in:
parent
595060f998
commit
7de8d9ad08
@ -5445,18 +5445,17 @@ Reads logical (boolean) flag to see whether auto-sizing is to be operated, or wr
|
|||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TControl.AdjustSize">
|
<element name="TControl.AdjustSize">
|
||||||
|
<short>Smart way to DoAutoSize</short>
|
||||||
<descr>
|
<descr>
|
||||||
<pre>{------------------------------------------------------------------------------
|
<pre>
|
||||||
TControl.AdjustSize
|
<i>TControl.AdjustSize</i> calls <i>DoAutoSize</i> smart.
|
||||||
|
|
||||||
Calls DoAutoSize smart.
|
|
||||||
During loading and handle creation the calls are delayed.
|
During loading and handle creation the calls are delayed.
|
||||||
|
|
||||||
This method does the same as TWinControl.DoAutoSize at the beginning.
|
This method initially does the same as TWinControl.DoAutoSize.
|
||||||
But since DoAutoSize is commonly overriden by existing Delphi components,
|
But since DoAutoSize is commonly overriden by descendant components,
|
||||||
they do not all tests, which can result in too much overhead. To reduce this
|
it is not useful to perform all tests, which can result in too much overhead. To reduce this
|
||||||
the LCL calls AdjustSize instead.
|
the LCL calls AdjustSize instead.
|
||||||
------------------------------------------------------------------------------}
|
|
||||||
</pre>
|
</pre>
|
||||||
</descr>
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user