DesignIntf.TClassWrapper.Create
Delphi
constructor Create(AClass: TClass);
C++
__fastcall TClassWrapper(System::TClass AClass);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | TClassWrapper |
Description
Creates and initializes a TClassWrapper instance.
Create requires a metaclass (parameter AClass). This represents the class on which the TClassWrapper instance is focused.