Data.Bind.ObjectScope.TBindSourceAdapter.SetState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetState(Value: TBindSourceAdapterState);

C++

void __fastcall SetState(TBindSourceAdapterState Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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