Data.DBXCommonTable.TDBXDelegateTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TDBXDelegateTable();

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXDelegateTable

Description

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXTable) constructor to create a new TDBXDelegateTable instance.

See Also