[lazarus] Where is customlistbox.inc?????

Michael A. Hess mhess at miraclec.com
Mon Aug 9 11:43:29 EDT 1999


Curtis White wrote:
>  
> Do you think we should make the data parameter a "var"? The reason I
> ask is what if we need it to pass back some info?  Or can it pass back
> info anyway because it is a Pointer?

It already sends back an integer so you can send back simple stuff in
that manner. However as you point out the data variable is a pointer to
a record or block of memory that you are passing to the interface
routines. It would be very easy to just allocate some fields in the
record to be filled out by the interface routines so upon return you
could optain the results from your record/message block.


-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list