mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 11:29:29 +02:00
Docs: LazUtils/translations. Updates content in TPOFile.SaveToStrings.
(cherry picked from commit ff03db4f10
)
This commit is contained in:
parent
2c67e9194b
commit
4dfdd2f3ce
@ -1064,13 +1064,13 @@ Stores values from Header and the sorted POItems to the specified string list.
|
||||
<descr>
|
||||
<p>
|
||||
<var>SaveToStrings</var> is a method used to store values from the .po file
|
||||
class instance to the TStrings instance in <var>OutLst</var>. A nested routine
|
||||
is called to store values from the Header and POItems properties to OutLst.
|
||||
class instance to the TStrings instance in <var>OutLst</var>. Values in the
|
||||
Header and POItems properties are stored in OutLst.
|
||||
</p>
|
||||
<p>
|
||||
SaveToStrings calls CreateHeader to ensure that the Header property has been
|
||||
allocated for the class instance. Values in POItems are sorted in Identifier
|
||||
order prior to storing the values in OutLst.
|
||||
allocated for the class instance. Values in POItems are sorted (without case
|
||||
sensitivity) in Identifier order prior to storing the values in OutLst.
|
||||
</p>
|
||||
<p>
|
||||
Values written to OutLst are stored in the PO (Portable Object) format used by
|
||||
|
Loading…
Reference in New Issue
Block a user