System.SysUtils.TCharSearch

提供: RAD Studio API Documentation
移動先: 案内検索

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 のネイティブ文字列ビルダ用に設計されたものです。 現在は使用されていません。

関連項目