mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 04:00:25 +02:00
Docs: LCL/lclintf. Adds a deprecation notice to the OffsetRect topic for changes in f3afdc8d
.
This commit is contained in:
parent
f3afdc8d50
commit
448d3ab979
@ -4659,24 +4659,25 @@ Copies two words into a double word, usable as a message Result.
|
||||
</element>
|
||||
|
||||
<element name="OffSetRect">
|
||||
<short>Move Left/Right by dx, Top/Bottom by dy. Return Top and Left are >=
|
||||
0.
|
||||
<short>
|
||||
Deprecated. Use the OffsetRect routine in the RTL <file>types.pp</file> unit
|
||||
instead.
|
||||
</short>
|
||||
<descr/>
|
||||
<descr>
|
||||
<p>
|
||||
In the current LCL version, OffsetRect calls the routine in the RTL
|
||||
<file>types.pp</file> unit.
|
||||
</p>
|
||||
</descr>
|
||||
<version>
|
||||
Deprecated in LCL version 2.4.0.
|
||||
</version>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="OffSetRect.Result">
|
||||
<short><b>False</b> if resulting Top or Left are negative.</short>
|
||||
</element>
|
||||
<element name="OffSetRect.Rect">
|
||||
<short/>
|
||||
</element>
|
||||
<element name="OffSetRect.dx">
|
||||
<short/>
|
||||
</element>
|
||||
<element name="OffSetRect.dy">
|
||||
<short/>
|
||||
</element>
|
||||
<element name="OffSetRect.Result"/>
|
||||
<element name="OffSetRect.Rect"/>
|
||||
<element name="OffSetRect.dx"/>
|
||||
<element name="OffSetRect.dy"/>
|
||||
|
||||
<element name="PtInRect">
|
||||
<short>Checks whether a Point is within a Rect.</short>
|
||||
|
Loading…
Reference in New Issue
Block a user