API:Web.DBWeb.THTTPDataLink.FocusControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FocusControl(Field: TFieldRef); override;

C++

virtual void __fastcall FocusControl(Data::Db::TFieldRef Field);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

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

Web.DBWeb.THTTPDataLink.FocusControl inherits from Data.DB.TDataLink.FocusControl. All content below this line refers to Data.DB.TDataLink.FocusControl.

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