RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::AnsiString::StrRec Structure
Pascal
StrRec = record
  allocSiz: Integer;
  refCnt: Integer;
  length: Integer;
end;
C++
struct StrRec {
  int allocSiz;
  int refCnt;
  int length;
};

dstring.h

This is record System::AnsiString::StrRec.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!