mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 01:40:37 +01:00
IDEIntf: comments
git-svn-id: trunk@44401 -
This commit is contained in:
parent
d1e547a07d
commit
6390494ff4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user