IDEIntf: comments

git-svn-id: trunk@44401 -
This commit is contained in:
mattias 2014-03-10 23:29:36 +00:00
parent d1e547a07d
commit 6390494ff4

View File

@ -603,8 +603,8 @@ type
{ TPersistentPropertyEditor
A base editor for TPersistent. It does allow editing of the properties.
It allows the user to set the value of this property to point to a component
in the same form that is type compatible with the property being edited
(e.g. the ActiveControl property). }
in any form or datamodule that is type compatible with the property being
edited (e.g. the DataSource property). }
TPersistentPropertyEditor = class(TClassPropertyEditor)
protected