Bde.DBTables.TSession.SQLHourGlass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLHourGlass: Boolean read FSQLHourGlass write FSQLHourGlass default True;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

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.