RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TCharSearch Record
Pascal
TCharSearch = record
  ArrayPtr: PChar;
  MatchPtr: PChar;
end;
C++
struct TCharSearch {
  const char * ArrayPtr;
  const char * MatchPtr;
};

This is record SysUtils.TCharSearch.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!