RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjAuto.TMethodInfoHeader Record
Pascal
TMethodInfoHeader = packed record
  Len: Word;
  Addr: Pointer;
  Name: ShortString;
end;
C++
struct TMethodInfoHeader {
  Word Len;
  void * Addr;
  ShortString Name;
};

This is record ObjAuto.TMethodInfoHeader.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!