RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNavDataLink.Create Constructor

Creates an instance of TNavDataLink.

Pascal
constructor Create(ANav: TDBNavigator);
C++
__fastcall TNavDataLink(TDBNavigator ANav);

Applications should not create instances of TNavDataLink. The TDBNavigator that owns a TNavDataLink calls Create from its own constructor. 

Create calls its inherited Create constructor, and then sets VisualControl to true. 

 

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