SysUtils.PWordArray

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From SysUtils.pas

	PWordArray=		^TWordArray


Unit: SysUtils

Type: pointer

C++ Information

From SysUtils.hpp

	typedef System::StaticArray<unsigned short,16384> * PWordArray;


Unit: SysUtils

Type: typedef

Description

PWordArray is a pointer to a TWordArray type.


The PWordArray type points to a TWordArray variable. The TWordArray type declares a static array of Words. The array size is of 16,384 (2**14) elements.

See Also

Personal tools
Translations
Newest Version