[Lazarus] TWin32WSCustomX class

Antônio antoniog12345 at gmail.com
Sun Nov 9 01:29:02 CET 2014


function WSRegisterCustomX: Boolean; external name 'WSRegisterCustomX';

{...}

class procedure TCustomX.WSRegisterClass;
begin
  inherited;
  WSRegisterCustomX;
end;

Antônio

2014-11-08 22:07 GMT-02:00 Mattias Gaertner <nc-gaertnma at netcologne.de>:

> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
> On Sat, 8 Nov 2014 15:25:37 -0200
> Antônio <antoniog12345 at gmail.com> wrote:
>
> > Well, now I understand what you mean. Yes, it is called.
> >[...]
> > >> > class procedure TCustomX.WSRegisterClass;
> > >> > begin
> > >> >   inherited;
> > >> >   WSRegisterCustomX;
> > >> > end;
> > >>
> > >> Is it called?
>
> What does WSRegisterCustomX do?
>
> Mattias
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141108/bfa0fa2e/attachment-0003.html>


More information about the Lazarus mailing list