mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:18:14 +02:00
docs: TPackageDescriptor
git-svn-id: trunk@34996 -
This commit is contained in:
parent
94a7b49657
commit
57f34f428c
@ -10,6 +10,21 @@
|
||||
<short>Install new packages into the IDE</short>
|
||||
<descr>PkgIDList is a list of TLazPackageID</descr>
|
||||
</element>
|
||||
<element name="TPackageDescriptor.GetLocalizedName">
|
||||
<short>The translates name shown in the IDE dialog to create a new package</short>
|
||||
<descr>It should return a resourcestring.</descr>
|
||||
</element>
|
||||
<element name="TPackageDescriptor.GetLocalizedDescription">
|
||||
<short>The description appears in the IDE dialog when the user selects this new package type.</short>
|
||||
</element>
|
||||
<element name="TPackageDescriptor.Name">
|
||||
<short>A unique name usable by other designtime packages to use your package descriptor.</short>
|
||||
</element>
|
||||
<element name="TPackageDescriptor.VisibleInNewDialog">
|
||||
<short>Set this to false to not show this descriptor to the user.</short>
|
||||
<descr>Default is true.
|
||||
Use this if you want to create new packages via your own GUI and not via the defaul IDE dialogs. Or if it is only an abstract base descriptor.</descr>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
||||
|
Loading…
Reference in New Issue
Block a user