API:IBX.IBCustomDataSet.TIBDataSet.LiveMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LiveMode: TLiveModes read FLiveMode;

C++

__property LiveMode;

Properties

Type Visibility Source Unit Parent
property public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Indicates what types of edits, if any, can be made to the data in the dataset.

IBX.IBCustomDataSet.TIBDataSet.LiveMode inherits from IBX.IBCustomDataSet.TIBCustomDataSet.LiveMode. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.LiveMode.

Indicates what types of edits, if any, can be made to the data in the dataset.

Read LiveMode to determine what types of edits should be allowed. LiveMode is set automatically to restrict the capabilities of the dataset to reflect the user's rights.

Note: For read-only datasets, such as TIBQuery, LiveMode is always an empty set.