Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.pascal.borland    |    Borland Pascal was actually pretty neat    |    2,978 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 2,061 of 2,978    |
|    Heinrich Wolf to All    |
|    Re: Dem Dar Dastardly Procedural Types    |
|    20 Feb 06 06:09:44    |
   
   From: invalid@invalid.invalid   
      
   Hi,   
      
   procedural types differ, when used on objects or classes!   
      
   type   
    tProc = Procedure of Object; { look here! }   
      
    tMainForm = class(tForm);   
    MyPtr : tProc;   
    Procedure MyProc;   
    end;   
      
   procedure tMainForm.BtnClick;   
    begin   
    MyPtr := MyProc;   
    end;   
      
   Regards   
   Heiner   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca