System.Variants.TStringRefList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TStringRefList = array [0..63] of TStringRef;

C++

typedef System::StaticArray<TStringRef, 64> 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