Subject Re: [IBO] IBO V4 IB_SessionProps Cursor property
Author Nando Dessena
Jason,

> This was a shake-up that happened when I was porting to one of the Kylix
> BETA's.

does that mean that we can hope to see TCursor back in?

If not, you could perhaps define your own type as

type
TMyCursor = type smallint;

and then, in your design time packages (which require designide anyway)
add a call to RegisterPropertyEditor to borrow TCursorProperty (or
whatever the proprty editor for TCursor is called) from the VCL and
assign it to TMyCursor; I think including it in the design time package
would not hurt.
Ciao
--
____
_/\/ando