[Lazarus] TCaption question

Vojtěch Čihák vojtech.cihak at atlas.cz
Tue Jul 15 16:06:25 CEST 2014


Thanks.
 
Now I see, the package has to have IDEIntf in dependencies.
______________________________________________________________
> Od: Mattias Gaertner <nc-gaertnma at netcologne.de>
> Komu: <lazarus at lists.lazarus.freepascal.org>
> 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
Lazarus at lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus <http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140715/2711880f/attachment-0003.html>


More information about the Lazarus mailing list