removed unneeded hidden prop edits

git-svn-id: trunk@5690 -
This commit is contained in:
mattias 2004-07-16 22:07:39 +00:00
parent 6500dd3584
commit 852d652b26
2 changed files with 4 additions and 10 deletions

View File

@ -9,7 +9,7 @@
<SaveOnlyProjectUnits Value="True"/>
</Flags>
<MainUnit Value="0"/>
<ActiveEditorIndexAtStart Value="0"/>
<ActiveEditorIndexAtStart Value="2"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
<Title Value="exampleproject1"/>
@ -21,10 +21,10 @@
<IsPartOfProject Value="True"/>
<TopLine Value="1"/>
<UnitName Value="ExampleProject1"/>
<UsageCount Value="28"/>
<UsageCount Value="29"/>
</Unit0>
<Unit1>
<CursorPos X="6" Y="27"/>
<CursorPos X="74" Y="26"/>
<EditorIndex Value="0"/>
<Filename Value="example1.pas"/>
<ComponentName Value="Form1"/>
@ -33,7 +33,7 @@
<ResourceFilename Value="example1.lrs"/>
<TopLine Value="1"/>
<UnitName Value="Example1"/>
<UsageCount Value="28"/>
<UsageCount Value="29"/>
</Unit1>
</Units>
<PublishOptions>

View File

@ -3165,12 +3165,6 @@ initialization
// TPropertyLink
RegisterPropertyEditor(ClassTypeInfo(TPropertyLink),
nil, '', TPropertyLinkPropertyEditor);
// no property editor for TPropertyLink.Name
RegisterPropertyEditor(TypeInfo(string),
TPropertyLink,'Name',THiddenPropertyEditor);
// no property editor for TPropertyLink.Tag
RegisterPropertyEditor(TypeInfo(longint),
TPropertyLink,'Tag',THiddenPropertyEditor);
// property editor for TCustomPropertyLink.TIPropertyName
RegisterPropertyEditor(TypeInfo(string),
TCustomPropertyLink, 'TIPropertyName', TPropertyNamePropertyEditor);