FireDAC.Comp.Script.TFDConsoleLockUpdate

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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