FireDAC.Comp.Script.TFDScript.OnConsoleLockUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property OnConsoleLockUpdate: TFDConsoleLockUpdate read FOnConsoleLockUpdate write FOnConsoleLockUpdate;

C++

__property TFDConsoleLockUpdate OnConsoleLockUpdate = {read=FOnConsoleLockUpdate, write=FOnConsoleLockUpdate};

Description

The event allows you to temporarily lock an end-user interface.

Use the OnConsoleLockUpdate event to temporarily lock and unlock an end-user interface. This is required to optimize the output of large data volumes. For the moment, the OnConsoleLockUpdate event is fired with a ALock = True before a cursor data is output. After that, it is fired with ALock = False.

See Also