System.SysUtils.TCharSearch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Résultat de la recherche de caractères.

TCharSearch a été conçu pour le constructeur de chaînes natives de Delphi. Il n'est pas actuellement utilisé.

Voir aussi