mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 01:39:38 +02:00
Docs: LCL/lresources. Adds the SameLFMTypeName topic for changes in b59196e2
.
(cherry picked from commit 2a9142f417
)
This commit is contained in:
parent
82f4d8da0a
commit
fb79d683eb
@ -1774,7 +1774,7 @@ with toFloat values subdivided into number, single, date or currency,
|
|||||||
according to FloatType.
|
according to FloatType.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
All other characters are returned literally.
|
All other characters are returned verbatim.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<version>
|
<version>
|
||||||
@ -3147,9 +3147,55 @@ include a unit name space such as 'ns.unit2/TForm2'.
|
|||||||
<short/>
|
<short/>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<element name="SameLFMTypeName">
|
||||||
|
<short>
|
||||||
|
Indicates whether the specified LFM resource matches the specified unit and
|
||||||
|
type names.
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
<var>SameLFMTypeName</var> is <var>Boolean</var> function used to determine
|
||||||
|
whether the type name specified in LFMTypeName refers to the same definition as
|
||||||
|
the one represented by the AUntiName and ATypeName arguments. It accounts for
|
||||||
|
optional unit information in LFMTypeName. If a unit name prefix is not included
|
||||||
|
in LFMTypeName, CompareText is called to perform a case-insensitive comparison
|
||||||
|
of the values in ATypeName and LFMTypeName. When unit information is present,
|
||||||
|
AUnitName is included in the comparision when it is not an empty string.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
SameLFMType is used in the implementation of the source code file manager in
|
||||||
|
the Lazarus IDE.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<version>
|
||||||
|
Added in LCL version 4.0.
|
||||||
|
</version>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<element name="SameLFMTypeName.Result">
|
||||||
|
<short>
|
||||||
|
<b>True</b> when the specified values refer to the same LFM resource.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
<element name="SameLFMTypeName.AUnitName">
|
||||||
|
<short>
|
||||||
|
Unit name used in the comparison.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
<element name="SameLFMTypeName.ATypeName">
|
||||||
|
<short>
|
||||||
|
Type name for the form resource used in the comparison.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
<element name="SameLFMTypeName.LFMTypeName">
|
||||||
|
<short>
|
||||||
|
Qualified LFM resource name compared to the unit and type arguments.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="TLRSStreamOriginalFormat">
|
<element name="TLRSStreamOriginalFormat">
|
||||||
<short>
|
<short>
|
||||||
Represent the LRS stream format offered as the original content for conversion
|
Represents the LRS stream format offered as the original content for conversion
|
||||||
routines like LRSObjectToText and LRSObjectResToText.
|
routines like LRSObjectToText and LRSObjectResToText.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
Loading…
Reference in New Issue
Block a user