Subject | Re: [IBO] change the cursor in ... |
---|---|
Author | Andreas Pohl |
Post date | 2002-01-24T09:08:15Z |
In IB_SessionProps there are some properties for handling with cursors if UseCursor=True.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
Mit freundlichem Gruss & Best Regards
Andreas Pohl
apohl@...
www.ibp-consult.com
> > How can I make the cursor change in an Hour Glass or something like that
> > when IBO is fetching or waiting ?
> >
>
> Sample:
> Screen.Cursor:=crDefault;
> Screen.Cursor:=crHourGlass;
> See delphi help about Cursor.