TCodeTypeDeclaration.DefaultCreate Method
Returns the default constructor, creating one if it does not exist.
Remarks
The default constructor calls inherited and is inserted at the beginning of the members list.
Syntax
Unit: Bcl.Code.MetaClasses
function TCodeTypeDeclaration.DefaultCreate: TCodeMemberConstructor;