Subject | Re: [IBO] IBO V4 IB_SessionProps Cursor property |
---|---|
Author | Nando Dessena |
Post date | 2001-08-14T17:28:18Z |
Jason,
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
> This was a shake-up that happened when I was porting to one of the Kylixdoes that mean that we can hope to see TCursor back in?
> BETA's.
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