SplitString(PChar,Integer,TSysCharSet,Boolean) Method
Represents method SplitString(PChar,Integer,TSysCharSet,Boolean)
.
function SplitString(const buffer: PChar; len: Integer; const separators: TSysCharSet; removeEmptyEntries: Boolean = False): TStringDynArray; overload;
Parameters
- buffer
- Type: PChar
- len
- Type: Integer
- separators
- Type: TSysCharSet
- removeEmptyEntries
- Type: Boolean
Return Value
Type: TStringDynArray