[lazarus] Where is customlistbox.inc?????
Jeff Wormsley
daworm at cdc.net
Mon Aug 9 11:55:01 EDT 1999
On 8/9/99, at 8:35 AM, 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?
If it is a pointer, then there should be no problem passing data back if the pointed to structure is known. If you make it a Var, then it would be possible to change the pointer, and that could be dangerous.
Jeff.
More information about the Lazarus
mailing list