System.TExtended80RecW

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TExtended80RecW = record
    Words: array[0..4] of UInt16;
  end;

C++

struct DECLSPEC_DRECORD TExtended80RecW
{
public:
    System::StaticArray<Word, 5> Words;
};

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!