RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBNavigator.Create Constructor

Creates an instance of TDBNavigator.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDBNavigator(TComponent * AOwner);

Call Create to instantiate TDBNavigator at runtime. For TDBNavigator objects placed on a form at design time, the constructor is called automatically. 

Pass a single component as a parameter to provide the TDBNavigator object with an owner that is responsible for freeing it. 

 

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