IDE: ClientWidth/ClientHeight are now hidden in OI

git-svn-id: trunk@13954 -
This commit is contained in:
mattias 2008-02-02 16:08:26 +00:00
parent 706e571b85
commit 3324817212

View File

@ -6147,6 +6147,10 @@ begin
TControl, 'AnchorSideRight', THiddenPropertyEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TAnchorSide'),
TControl, 'AnchorSideBottom', THiddenPropertyEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('longint'),
nil, 'ClientWidth', THiddenPropertyEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('longint'),
nil, 'ClientHeight', THiddenPropertyEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('AnsiString'),
TCustomPropertyStorage, 'Filename', TFileNamePropertyEditor);
end;