Data.Bind.ObjectScope.TBindSourceAdapterState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindSourceAdapterState = (seInactive, seBrowse, seEdit, seInsert);

C++

enum DECLSPEC_DENUM TBindSourceAdapterState : unsigned char { seInactive, seBrowse, seEdit, seInsert };

Description

Is an enumeration of states of a scope adapter.

A variable of TBindSourceAdapterState type can have one of the following values.

Item Description
seInactive The scope adapter is inactive.
seBrowse The user is browsing the scope adapter.
seEdit The scope adapter is in edit mode.
seInsert The scope adapter is in insert mode.

See Also