System.Variants.TStringRefList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringRefList = array of TStringRef;

C++

typedef System::DynamicArray<TStringRef> TStringRefList;

Properties

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

Description

Defines an array of TStringRef records.

TStringRefList is used in methods like DispInvoke.

See Also