System.TDynArrayRec

From RAD Studio API Documentation
Jump to: navigation, search

C++

struct TDynArrayRec
{
public:
#if defined(__clang__) && (__POINTER_WIDTH__ == 64)
  int _Padding;
#endif /* X64 */
  int RefCnt;
  DynArrInt Length;
};

Properties

Type Visibility Source Unit Parent
class public sysdyn.h System System

Description

Represents the basic mechanism for memory management for dynamic arrays.

See Also