System.Win.ComObj.TOleVariantArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TOleVariantArray = array of OleVariant;

C++

typedef System::DynamicArray<System::OleVariant> TOleVariantArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Array of instances of OleVariant.

See Also