System.TPCharArray
Delphi
TPCharArray = packed array[0..(High(Integer) div SizeOf(PChar))-1] of PChar;
C++
typedef PChar TPCharArray;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
array typedef |
public | System.pas System.hpp |
System | System |
Description
Représente un tableau de chaînes terminées par le caractère NULL.
TPCharArray représente un tableau de chaînes MaxLongint div SizeOf(PChar) de style C terminées par le caractère NULL. TPCharArray est utilisé en interne à des fins de compatibilité C++.