Data.DBXCommonTable.TDBXDelegateTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXDelegateTable

Delphi

constructor Create;

C++

__fastcall TDBXDelegateTable();

Description

Inherently calls the upper class constructor.

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

See Also