mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
IDEIntf: removed TGetStringProc from propeditutils
git-svn-id: trunk@23499 -
This commit is contained in:
parent
19871f26cb
commit
9d62f8913b
@ -47,7 +47,7 @@ const
|
||||
type
|
||||
|
||||
TPersistentSelectionList = PropEditUtils.TPersistentSelectionList;
|
||||
TGetStringProc = PropEditUtils.TGetStringProc;
|
||||
TGetStringProc = Classes.TGetStrProc;
|
||||
|
||||
{ TPropertyEditor
|
||||
Edits a property of a component, or list of components, selected into the
|
||||
|
@ -20,8 +20,6 @@ uses
|
||||
Classes, LCLProc, SysUtils, TypInfo;
|
||||
|
||||
type
|
||||
TGetStringProc = procedure(const s:ansistring) of object;
|
||||
|
||||
{
|
||||
The TPersistentSelectionList is simply a list of TPersistent references.
|
||||
It will never create or free any object. It is used by the property
|
||||
|
Loading…
Reference in New Issue
Block a user