TActivator.FindConstructor Method

Overloads

FindConstructor(TRttiInstanceType, array of TValue)

Delphi
class function FindConstructor(const classType: TRttiInstanceType; const arguments: array of TValue): TRttiMethod

Parameters

classType
TRttiInstanceType
arguments
array of TValue

Returns

TRttiMethod

FindConstructor(TClass)

Delphi
class function FindConstructor(classType: TClass): TConstructor

Parameters

classType
TClass

Returns