API:System.TResStringRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TResStringRec = packed record
    Module: ^HMODULE;
    Identifier: NativeUint;
  end;

C++

struct DECLSPEC_DRECORD TResStringRec
{
public:
    NativeUInt *Module;
    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.