JCL Help:PCharVectorCount@PAnsiCharVector
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PCharVectorCount Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the number of elements in a PCharVector.
Pascal
function PCharVectorCount(Source: PCharVector): SizeInt;
function PCharVectorCount(Source: PAnsiCharVector): SizeInt;
Parameters
Parameters | Description |
PCharVector | The PCharVector to count the elements in. |
Return Value
The number of elements in the PCharVector excluding the NULL terminator.
Description
PCharVectorCount returns the number of items, PChar's, in the supplied PCharVector excluding the NULL terminator.
See Also
PCharVectorToStrings StringsToPCharVector FreePCharVector
About
Unit
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