System.ObjAuto.TMethodInfoArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TMethodInfoArray = array of PMethodInfoHeader;

C++

typedef System::DynamicArray<PMethodInfoHeader> TMethodInfoArray;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Représente un tableau d'instances de TMethodInfoHeader.

TMethodInfoArray est un tableau d'en-têtes d'informations de méthode.

Voir aussi