RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TCVModInfo Record
Pascal
TCVModInfo = packed record
  ModName: PChar;
  LibName: PChar;
  UserData: Pointer;
end;
C++
struct TCVModInfo {
  const char * ModName;
  const char * LibName;
  void * UserData;
};

System

This is record System.TCVModInfo.

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