Class TStringsHelper

Unit

Declaration

type TStringsHelper = class helper(TObject) for TStrings

Description

This item has no description.

Hierarchy

  • TObject
  • TStringsHelper

Overview

Methods

Public function ToArray: TDynamicStringArray;
Public procedure AddMultiLine(const S: String);

Description

Methods

Public function ToArray: TDynamicStringArray;

Convert TStrings to a dynamic String array.

Public procedure AddMultiLine(const S: String);

Split the argument into lines (honors any newline convention), and add the resulting lines to the list.

If the S doesn't contain any newline, then using AddMultiLine(S) is equivalent to trivial Add(S). But when S has some newline characters, then AddMultiLine(S) call Add(...) many times.


Generated by PasDoc 0.16.0-snapshot.