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
- Re: [DUG]: cursor Alistair George
- Re: [DUG]: cursor Aaron Scott-Boddendijk
- Re: [DUG]: cursor pdunford
- [DUG]: last ramblings before beer time Alistair George
- RE: [DUG]: last ramblings before beer... Patrick Dunford
