Links
EControl Form Designer Pro
ed_RegMeth.TMethodInfo Record
TMethodInfo = record
  MethodType: PTypeData;
  Data: TObject;
  Code: pointer;
end;

ed_RegMeth

Members 
Description 
MethodType: PTypeData; 
Pointer to type information of the method. 
Data: TObject; 
Pointer to object instance. 
Code: pointer; 
Pointer to method code. 

Internal method information record.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!