Subject Re: [IBO] Creating Ibo_things programmatically
Author comesailing@btinternet.com
Thanks Norman.
That has helped a bit. But I am still rather in the dark.
I suppose the Delphi Equivalent would be:
MyLookupCombo.OnCloseUp [which I suppose is a pointer to, or
reference to a Method] := MyEventHandler
or := @MyEventHandler ??
I need to go back to school !!
AnyWay Thanks Again

--- In IBObjects@y..., Norman Dunbar <ndunbar@l...> wrote:
> Try this :
>
> create the (say) ib_LookupCombo and then in your code you (already)
have a
> suitable event handler to handle whatever event you wish - say the
CloseUp.
> Simply do this :
>
> MyIbLookupCombo->OnCloseUp =
> MyPrivateHandlerWhichAlreadyHasBeenCoded;
>
> Delphi will be something similar, the above is C++ Builder.
>
> HTH.
>
> Norman.
>
> --------------------------------------------------------------------
--------
> ----
> Norman Dunbar EMail: NDunbar@L...
> Database/Unix administrator Phone: 0113 289 6265
> Lynx Financial Systems Ltd. Fax: 0113 201 7265
> URL: http://www.LynxFinancialSystems.com
> --------------------------------------------------------------------
--------
> ----