Data.Bind.Components.TCustomBindGridLink.EvaluatePosControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EvaluatePosControl;

C++

void __fastcall EvaluatePosControl();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Implementation of IBindLink.EvaluatePosControl. The EvaluatePosControl method executes the expressions which synchronize the control scroll position to the data source active record position.

See Also