Ouvrir le menu principal

RAD Studio API Documentation β

System.SyncObjs.THandleObjectArray

Delphi

type THandleObjectArray = array of THandleObject;

C++

typedef System::DynamicArray<THandleObject*> THandleObjectArray;

Propriétés

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

Description

THandleObjectArray représente un tableau d'objets de type THandleObject.

THandleObjectArray est utilisé par les objets de synchronisation pour stocker et gérer les objets de type THandleObject.

Voir aussi