System.Rtti.TRttiDynamicArrayType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiDynamicArrayType

Delphi

TRttiDynamicArrayType = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiDynamicArrayType : public TRttiType

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

TRttiDynamicArrayType is the RTTI object used to reflect a dynamic array type.

TRttiDynamicArrayType is the class used to describe a dynamic array type. TRttiDynamicArrayType defines a set of common traits that are true for all dynamic array types.

TRttiDynamicArrayType offers run-time information about a dynamic array, including the element size, the element type, and the unit in which the array type is declared.

Do not create instances of TRttiDynamicArrayType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also