System.SysUtils.TCharSearch
Delphi
  TCharSearch = record
    ArrayPtr: PChar;
    MatchPtr: PChar;
  end;
C++
struct DECLSPEC_DRECORD TCharSearch
{
public:
    System::WideChar *ArrayPtr;
    System::WideChar *MatchPtr;
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| record struct | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
説明
文字検索の結果です。
TCharSearch は、Delphi のネイティブ文字列ビルダ用に設計されたものです。 現在は使用されていません。