FireDAC.Comp.Script.TFDConsoleLockUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

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