FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.DisableControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableControls: Boolean read FDisableControls write FDisableControls default True;

C++

__property bool DisableControls = {read=FDisableControls, write=FDisableControls, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLiteVDataSet.pas
FireDAC.Phys.SQLiteVDataSet.hpp
FireDAC.Phys.SQLiteVDataSet TFDLocalSQL

Description

Controls the dataset DisableControls or EnableControls calls.

Use the DisableControls property to control the dataset DisableControls or EnableControls calls.

When DisableControls is True, FireDAC calls DisableControls before creating a cursor for the dataset. EnableControls is called when the cursor is released.

See Also