RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TMethod Record
Pascal
TMethod = record
  Code: Pointer;
  Data: Pointer;
end;
C++
struct TMethod {
  void * Code;
  void * Data;
};

System

This is record System.TMethod.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!