TActivator Record

Represents type TActivator.

Namespace: Spring
type
 TActivator = record
 end;

The TActivator type exposes the following members.

Show:
 NameDescription
Create@

Represents the static constructor of the TActivator class.

Destroy@

Represents the static destructor of the TActivator class.

Top
Show:
 NameDescription
ClearCache

Represents method ClearCache.

CreateInstance(PTypeInfo)

Overloaded. Represents method CreateInstance(PTypeInfo).

CreateInstance(string)

Overloaded. Represents method CreateInstance(string).

CreateInstance(string,TValue[])

Overloaded. Represents method CreateInstance(string,TValue[]).

CreateInstance(TClass)

Overloaded. Represents method CreateInstance(TClass).

CreateInstance(TClass,TValue[])

Overloaded. Represents method CreateInstance(TClass,TValue[]).

CreateInstance(TRttiInstanceType)

Overloaded. Represents method CreateInstance(TRttiInstanceType).

CreateInstance(TRttiInstanceType,TRttiMethod,TValue[])

Overloaded. Represents method CreateInstance(TRttiInstanceType,TRttiMethod,TValue[]).

CreateInstance(TRttiInstanceType,TValue[])

Overloaded. Represents method CreateInstance(TRttiInstanceType,TValue[]).

CreateInstance<T>

Overloaded. Represents method CreateInstance<T>.

CreateInstance<T>(TValue[])

Overloaded. Represents method CreateInstance<T>(TValue[]).

FindConstructor(TClass)

Overloaded. Represents method FindConstructor(TClass).

FindConstructor(TRttiInstanceType,TValue[])

Overloaded. Represents method FindConstructor(TRttiInstanceType,TValue[]).

RaiseNoConstructorFound(TClass)

Represents method RaiseNoConstructorFound(TClass).

Top
Show:
 NameDescription
ConstructorCache

Represents field ConstructorCache.

Top