mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 03:09:19 +02:00
removed unneeded hidden prop edits
git-svn-id: trunk@5690 -
This commit is contained in:
parent
6500dd3584
commit
852d652b26
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user