Vcl.DBCtrls.TDBNavigator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBNavigator(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBNavigator(HWND ParentWindow) : Vcl::Extctrls::TCustomPanel(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBNavigator

Description

Creates an instance of TDBNavigator.

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.

See Also