API:System.SysUtils.LongRec
Delphi
LongRec = packed record
C++
struct DECLSPEC_DRECORD LongRec
{
public:
union
{
struct
{
System::StaticArray<System::Byte, 4> Bytes;
};
struct
{
System::StaticArray<System::Word, 2> Words;
};
struct
{
System::Word Lo;
System::Word Hi;
};
};
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
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 !