Data.DBXPlatform.TFactoryObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create; virtual;

C++

__fastcall virtual TFactoryObject();

Description

Creates a TFactoryObject instance.

This constructor creates an instance of the TFactoryObject class. The Create method has a virtual declaration, which means the constructor can be overridden in child classes.

See Also