Bde.DBTables.TSession.SQLHourGlass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TSession

Delphi

property SQLHourGlass: Boolean read FSQLHourGlass write FSQLHourGlass default True;

C++

__property bool SQLHourGlass = {read=FSQLHourGlass, write=FSQLHourGlass, default=1};

Description

Indicates whether or not the mouse cursor changes to an hourglass during BDE operations.

Set SQLHourGlass to false if you do not want the mouse cursor to change to an hourglass while the BDE is waiting for an SQL server to perform an operation. This property must be set before the session is opened.