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;
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to