Datasnap.DSReflect.TDSClass.CreateInstance

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

function CreateInstance: TObject;

C++

System::TObject* __fastcall CreateInstance();

Description

Creates a new instance of the class referenced by ClassRef as a TObject.

See Also