Class TStringsHelper
Unit
Declaration
type TStringsHelper = class helper(TObject) for TStrings
Description
This item has no description.
Source: base/castlestringutils.pas (line 52).
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 | |
Generated by PasDoc 0.17.0.snapshot.