API:IBX.IBUpdateSQL.TIBUpdateSQL.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TIBUpdateSQL(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBUpdateSQL.pas
IBX.IBUpdateSQL.hpp
IBX.IBUpdateSQL TIBUpdateSQL

Description

Creates an instance of a TIBDataSetUpdateObject component.

IBX.IBUpdateSQL.TIBUpdateSQL.Create inherits from IBX.IBCustomDataSet.TIBDataSetUpdateObject.Create. All content below this line refers to IBX.IBCustomDataSet.TIBDataSetUpdateObject.Create.

Creates an instance of a TIBDataSetUpdateObject component.

Call Create to create an instance of a TIBDataSetUpdateObject component.