System.SysUtils.TCharSearch

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TCharSearch = record
    ArrayPtr: PChar;
    MatchPtr: PChar;
  end;

C++

struct DECLSPEC_DRECORD TCharSearch
{
public:
    System::WideChar *ArrayPtr;
    System::WideChar *MatchPtr;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Ergebnis der Zeichensuche.

TCharSearch wurde für den nativen String-Generator von Delphi entwickelt. Wird aktuell nicht verwendet.

Siehe auch