Datasnap.DSReflect.TDSClass.CreateInstance
[–] 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.