Quoting Alistair George <[EMAIL PROTECTED]>:

> anyone know how to detect what type of cursor has been used on a button?
> eg wrong code:
> procedure TCamForm.Pic1Click(Sender: TObject);
> ncursor:Tcursor;
> begin
> ncursor:= (sender as camform).cursor;
> ---------------------------------------------------------------------------

why don't you just ditch that speedbutton you are trying to trap the help 
cursor on and use another type of button, it's a lot simpler :)


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to