API:System.TResStringRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TResStringRec = packed record

C++

struct DECLSPEC_DRECORD TResStringRec
{
public:
#ifndef _WIN64
    unsigned *Module;
#else /* _WIN64 */
    unsigned __int64 *Module;
#endif /* _WIN64 */
    System::NativeUInt Identifier;
};

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.