API:System.TResStringRec
Delphi
  TResStringRec = packed record
    Module: ^HMODULE;
    Identifier: NativeUint;
  end;
C++
struct DECLSPEC_DRECORD TResStringRec
{
public:
    NativeUInt *Module;
    NativeUInt Identifier;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| record struct | public | System.pas System.hpp | System | System | 
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !