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;

System

This is type System.TPCharArray.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!