TCodeTypeReference.Create Constructor
Creates a type reference with the specified type name.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeTypeReference.Create(ABaseType: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ABaseType | string | The name of the referenced type. |