mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 15:50:25 +02:00
IDEintf: added RegisterDefineProperty
git-svn-id: trunk@40366 -
This commit is contained in:
parent
401d8bc33b
commit
6b1d73e34c
@ -100,6 +100,10 @@ type
|
||||
function GetDesigner(Index: integer): TIDesigner; virtual; abstract;
|
||||
function GetDesignerMediators(Index: integer): TDesignerMediatorClass; virtual; abstract;
|
||||
public
|
||||
// persistent
|
||||
procedure RegisterDefineProperty(const APersistentClassName,
|
||||
Identifier: string); virtual; abstract;
|
||||
|
||||
// components
|
||||
function FindComponentByName(const Name: ShortString
|
||||
): TComponent; virtual; abstract;
|
||||
|
Loading…
Reference in New Issue
Block a user