Data.Bind.ObjectScope.TBindSourceAdapter.SetState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure SetState(Value: TBindSourceAdapterState);

C++

void __fastcall SetState(TBindSourceAdapterState Value);

Description

Sets the state of the scope adapter.

SetState sets the state of the scope adapter. You do not need to call this method, the state is internally updated when changes are made in the scope adapter.

The Value parameter is the TBindSourceAdapterState and represents the four possible states to set seInactive, seBrowse, seEdit, and seInsert.

See Also