Data.DBXPlatform.TFactoryObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TFactoryObject();

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform 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