mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 15:10:29 +02:00
Docs: LCL/graphics. Adds content and See Also links in the TPicture.WriteData topic.
This commit is contained in:
parent
379959e364
commit
3e8fd84cf3
@ -6640,11 +6640,32 @@ a specific image format, like:
|
|||||||
<short>
|
<short>
|
||||||
Writes data for the persistent object during LCL component streaming.
|
Writes data for the persistent object during LCL component streaming.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<seealso/>
|
<p>
|
||||||
|
<var>WriteData</var> is a method used to write the content in the persistent
|
||||||
|
object to the specified stream during LCL streaming. <var>Stream</var> is the
|
||||||
|
TStream instance where the content for the picture is stored.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
WriteData ensures that the name for the class used in the Graphic property is
|
||||||
|
written to the stream (when assigned). The WriteData method in Graphic is also
|
||||||
|
called to store the image format to Stream.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
WriteData does not change the position in Stream before the write operation is
|
||||||
|
performed, or after it has been competed.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<seealso>
|
||||||
|
<link id="TPicture.Graphic"/>
|
||||||
|
<link id="TGraphic.WriteData"/>
|
||||||
|
<link id="#rtl.classes.TObject.ClassName">TObject.ClassName</link>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TPicture.WriteData.Stream">
|
<element name="TPicture.WriteData.Stream">
|
||||||
<short/>
|
<short>
|
||||||
|
TStream instance where the content for the picture is stored.
|
||||||
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TPicture.AssignTo">
|
<element name="TPicture.AssignTo">
|
||||||
|
Loading…
Reference in New Issue
Block a user