Subject | RE: [IBO] SQL-cursor (icon) |
---|---|
Author | Dmitriy A. Beloshistov |
Post date | 2007-10-16T13:36:58Z |
> I think DisableControls/EnableControls may be what you're looking for.IB_Connection1.IB_Session.UseCursor:=False; // disable cursor change
IB_Connection1.IB_Session.UseCursor:=True; // enable cursor
WBR,Dmitry Beloshistov AKA [-=BDS=-]