FireDAC.Comp.Script.TFDConsoleLockUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

Delphi

TFDConsoleLockUpdate = procedure (AEngine: TFDScript; ALock: Boolean) of object;

C++

typedef void __fastcall (__closure *TFDConsoleLockUpdate)(TFDScript* AEngine, bool ALock);

Description

Occurs when locking console updates.

Write a TFDConsoleLockUpdate event handler to take specific actions before the console updates are locked and before they are unlocked.

See Also