System.SysUtils.TCharSearch
Delphi
  TCharSearch = record
    ArrayPtr: PChar;
    MatchPtr: PChar;
  end;
C++
struct DECLSPEC_DRECORD TCharSearch
{
public:
    System::WideChar *ArrayPtr;
    System::WideChar *MatchPtr;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Description
Character search result.
TCharSearch is designed for Delphi native string builder. It is currently not used.