System.SysUtils.PWordArray
Delphi
type PWordArray = ^TWordArray;
C++
typedef TWordArray *PWordArray;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
pointer typedef |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Beschreibung
PWordArray ist ein Zeiger auf einen TWordArray-Typ.
Der Typ PWordArray zeigt auf eine TWordArray-Variable. Der Typ TWordArray deklariert ein statisches Word-Array. Die Array-Größe beträgt 16.384 (2**14) Elemente.