Show: Delphi
C++
Display Preferences
System.SysUtils.TStringHelper
From XE3 API Documentation
Delphi
type TStringHelper = record helper for string;
C++
typedef void *TStringHelper;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
helper typedef |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Record helper that provides functions and properties for working with zero-based strings.
Tip: In XE3 (and earlier releases), strings are 1-based by default in Delphi and C++Builder.