mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:58:14 +02:00
rtti controls: started docs
git-svn-id: trunk@15963 -
This commit is contained in:
parent
ee64a11642
commit
6366cefff6
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -873,6 +873,7 @@ components/rtticontrols/examples/exampleproject3.lpi svneol=native#text/plain
|
||||
components/rtticontrols/examples/exampleproject3.lpr svneol=native#text/pascal
|
||||
components/rtticontrols/examples/exampleprojectgrid1.lpi svneol=native#text/plain
|
||||
components/rtticontrols/examples/exampleprojectgrid1.lpr svneol=native#text/pascal
|
||||
components/rtticontrols/fpdoc/rttictrls.xml svneol=native#text/plain
|
||||
components/rtticontrols/lib/README.txt svneol=native#text/plain
|
||||
components/rtticontrols/rttictrls.bat svneol=native#text/plain
|
||||
components/rtticontrols/rttictrls.lrs svneol=native#text/pascal
|
||||
|
25
components/rtticontrols/fpdoc/rttictrls.xml
Normal file
25
components/rtticontrols/fpdoc/rttictrls.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<?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>
|
Loading…
Reference in New Issue
Block a user