TMethodHelper Class Helper

Provides a static method to create a TMethod structure with an instance and a methodaddress.

Namespace: Spring.Helpers
type
 TMethodHelper = record helper for TMethod
 end;
 NameDescription
Create(Pointer,Pointer)

Represents method Create(Pointer,Pointer).

Top