System.Variants.TStringRefList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Variants.TStringRefList&oldid=734404"