You've already forked lazarus-ccr
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:
@ -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.
|
||||
|
@ -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">
|
||||
|
@ -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"/>
|
||||
|
Reference in New Issue
Block a user