Data.Bind.ObjectScope.TBindSourceAdapter.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TBindSourceAdapterState read FState;

C++

__property TBindSourceAdapterState State = {read=FState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Stores the state of the source adapter.

Read State to get the state of the source adapter. TBindSourceAdapterState enumerates the four possible states of the source adapter: seInactive, seBrowse, seEdit, and seInsert.

The state of the source adapter is internally updated using the SetState method.

See Also