SplitNullTerminatedStrings(PChar) Method
Returns a string array that contains the substrings in the buffer that are delimited by null char (#0) and ends with an additional null char.
function SplitNullTerminatedStrings(const buffer: PChar): TStringDynArray; deprecated 'Use the SplitString(PChar) function instead.';
Parameters
- buffer
- Type: PChar
Return Value
Type: TStringDynArray