[lazarus] Where is customlistbox.inc?????
Curtis White
osiriz at teleport.com
Mon Aug 9 11:31:41 EDT 1999
On 07-Aug-99 Michael A. Hess wrote:
>
> function SendMessage(themessage : integer, Self : TObject, data :
> pointer) : integer;
>
> This is a global function placed in controls.pp. Since just about every
> unit uses this unit this should always be available. So as long as you
> just placed uses controls in your unit you can call the above procedure.
> This means that controls.pp should be the ONLY unit that will need to
> reference the interfaces unit. I want to get this separation so it will
> be easier for me to redo the current layout and move the gtkint stuff
> down into a subdirectory.
>
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?
Curtis
More information about the Lazarus
mailing list