mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
26 lines
943 B
XML
26 lines
943 B
XML
<?xml version="1.0"?>
|
|
<fpdoc-descriptions>
|
|
<package name="RunTimeTypeInfoControls">
|
|
<module name="RTTICtrls">
|
|
<element name="TPropertyLinkOption">
|
|
<short>Optional flags for TPropertyLink</short>
|
|
</element>
|
|
<element name="TCustomPropertyLink.TIElementName">
|
|
<short>If the property is a set then the name of the enum can be given here</short>
|
|
</element>
|
|
<element name="TCustomPropertyLink.TIObject">
|
|
<short>The object of the property</short>
|
|
</element>
|
|
<element name="TCustomPropertyLink.TIPropertyName">
|
|
<short>The name of the property</short>
|
|
</element>
|
|
<element name="TCustomPropertyLink.SaveEnabled">
|
|
<short>Enable to automatically save changes</short>
|
|
</element>
|
|
<element name="TCustomPropertyLink.Owner">
|
|
<short>The RTTI control using the link.</short>
|
|
</element>
|
|
</module>
|
|
</package>
|
|
</fpdoc-descriptions>
|