RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TPCharArray Type
Pascal
TPCharArray = array[0..(MaxLongint div SizeOf(PChar))-1] of PChar;
C++
array[0..(MaxLongint div SizeOf(PChar))-1] of PChar TPCharArray;

This is type System.TPCharArray.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!