RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.FocusControl Method

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

Pascal
procedure FocusControl(Field: TFieldRef); virtual;
C++
virtual __fastcall FocusControl(TFieldRef Field);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!