Data.Bind.ObjectScope.TBindSourceAdapter.State
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
property State: TBindSourceAdapterState read FState;
C++
__property TBindSourceAdapterState State = {read=FState, nodefault};
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.