API:System.TCVModInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TCVModInfo = packed record
        ModName: _PAnsiChr;
        LibName: _PAnsiChr;
        UserData: Pointer;
        end;

C++

struct DECLSPEC_DRECORD TCVModInfo
{
public:
    char *ModName;
    char *LibName;
    void *UserData;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!