API: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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。