Data.DB.TDataLink.FocusControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FocusControl(Field: TFieldRef); virtual;

C++

virtual void __fastcall FocusControl(TFieldRef Field);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataLink

Description

Provides the interface for a method to force focus to the data-aware component associated with the TDataLink.

The FocusControl method defined by TDataLink merely provides an interface for a method that can force the input focus to a data-aware object associated with the TDataLink. Derived objects that do not need this capability can allow the inherited method to ignore the request.

See Also