Thanks.
Now I see, the package has to have IDEIntf in dependencies.
______________________________________________________________
Od: Mattias Gaertner <[email protected]>
Komu: <[email protected]>
Datum: 15.07.2014 15:38
Předmět: Re: [Lazarus] TCaption question
For example:
uses PropEdits;
interface
procedure Register;
implementation
procedure Register;
begin
RegisterPropertyEditor(TypeInfo(TTranslateString), TYourComponent,
'YourStringProperty', TStringMultilinePropertyEditor);
end;
Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
<http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus