rtti controls: started docs

git-svn-id: trunk@15963 -
This commit is contained in:
mattias 2008-08-05 21:22:24 +00:00
parent ee64a11642
commit 6366cefff6
2 changed files with 26 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View 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>