Data.Bind.Components.TCustomBindGridLink.UpdateRecord

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure UpdateRecord;

C++

void __fastcall UpdateRecord();

Description

Informs the binding component that the value of the control should be written to the data source.

See Also