Subject Re: [IBO] Cursors, session props and TIBOxxx
Author Jason Wharton
What you can do is use the TIB_Session component as the Owner of the
TIB<something> components that you are creating with their normal
constructors. This will keep them all tied to the right session properly.

You can call BeginBusy() and End Busy for all components involved with the
operations. But, seems to me the easiest thing for you to do is just set the
session's UseCursor to false and handle it directly as you are doing.

Either turn off IBO's cursor handling and do it directly yourself or don't
do anything directly and let IBO do it for you by making proper use of the
BeginBusy() and EndBusy methods.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com