System.ObjAuto.TMethodInfoHeader.Addr
Delphi
Addr: Pointer;
C++
void *Addr;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | System.ObjAuto.pas System.ObjAuto.hpp |
System.ObjAuto | TMethodInfoHeader |
Description
Represents the address of the method.
You should not use this field directly. You can use TMethodInfoHeader as in the following code example: