|  | 
		Hi!
 I am using uos_EndProc to assign the procedure of object to execute at end, after loop. And it works good.
 
 But...
 
 Can I assing the procedure with a certain PARAMETERS this way? When I try to assing, for example, TFrom1.SomeProc(someint: integer), i'm getting just this error:
 
 Error: Incompatible type for arg no. 2: Got "<procedure variable type of procedure(LongInt) of object;Register>", expected "<procedure variable type of procedure of object;Register>"
 
 
 
 |