AllowLockSession property

Applies to
TIB_CustomGrid

Declaration
Property AllowLockSession : boolean;

Description
By default IB_Grid does not permit the session to flicker the cursor when doing simple record navigations. But, if the dataset is a master dataset then it is possible for even the simplest operation to have a performance impact. So, at run-time set this property to false so that the screen cursor will always get triggered for all dataset navigation operations.

I plan to make it automatically detect that it is a master dataset and avoid having to tweak this property.