JCL Help:PCharVector

From Project JEDI Wiki
Jump to navigationJump to search


Summary

PCharVector type represents an array of pointers to PChars.


Pascal

 PCharVector = ^PChar;


Description

A PCharVector is an array of PChar's where each PChar points to a null terminated string. The array is delimited by a nil (NULL) pointer. In the Windows API this is usually typed as a PPSTR.


See Also

StringsToPCharVector PCharVectorCount PCharVectorToStrings FreePCharVector


About

Unit

JclStrings


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page