IBX.IBCustomDataSet.TIBCustomDataSet.LiveMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LiveMode : TLiveModes read FLiveMode;

C++

__property TLiveModes LiveMode = {read=FLiveMode, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

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.