jvcllaz: Avoid TJvPersistentProperty.Name appearing in Object Inspector. Complete descriptions of jvstdctrlslaz packages.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7004 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-06-09 12:50:56 +00:00
parent a890455ed9
commit 4a60d9eeda
3 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,13 @@ procedure Register;
implementation
uses
PropEdits,
Classes, PropEdits,
JvTypes, JvDsgnEditors;
procedure Register;
begin
RegisterPropertyEditor(TypeInfo(TJvPersistentProperty), nil, '', TJvPersistentPropertyEditor);
RegisterPropertyEditor(TypeInfo(TComponentName), TJvPersistentProperty, 'Name', THiddenPropertyEditor);
end;
end.

View File

@ -14,7 +14,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Enhanced standard controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)
CalcEdit, button, checkbox, linked controls"/>
CalcEdit, button, checkbox, panel, linked controls"/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/>
<Files Count="1">

View File

@ -13,7 +13,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Enhanced standard controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
CalcEdit, button, checkbox, linked controls
CalcEdit, button, checkbox, panel, linked controls
"/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/>