System.AnsiStringBase.StrRec

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

C++

struct StrRec {
#ifdef _WIN64
  int _Padding;
#endif /* _WIN64 */
  unsigned short codePage;
  unsigned short elemSize;
  int refCnt;
  int length;
};

プロパティ

種類 可視性 ソース ユニット
class protected dstring.h System AnsiStringBase

説明

AnsiStrings のメモリ管理のための基本メカニズムを表します。

関連項目