System.Rtti.TRttiDynamicArrayType.OleAutoVarType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OleAutoVarType: TVarType read GetOleAutoVarType;

C++

__property System::Word OleAutoVarType = {read=GetOleAutoVarType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiDynamicArrayType

Description

Specifies the type of the OLE-compatible Variant representing the array elements.

Use OleAutoVarType to obtain the type of the OLE-compatible Variant that represents the elements in the dynamic array. The value of OleAutoVarType is useful when transforming Delphi dynamic arrays to OLE-compatible safe arrays that can be used to communicate with Windows OLE controls.

See Also