[fpc-pascal]Method in WndClassEX

Luis Del Aguila aguila3000 at terra.com.pe
Thu Oct 11 19:02:18 CEST 2001


Puedo colocar un método en el campo lpfnWndProc del registro WndClassEX
Es decir algo parecido a esto :

VAR
  ClaseVentana : WndClassEX;
   ...

   ClaseVentana.lpfnWndProc := WndProc(Método);


*****************************   TRANSALATE  *******************************

 may I allocate a metthod in the field lpfnWndProc of the WndClassEX
Registers?
Like this :

VAR
  ClaseVentana : WndClassEX;
   ...

   ClaseVentana.lpfnWndProc := WndProc(Método);












More information about the fpc-pascal mailing list