System.SyncObjs.THandleObjectArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type THandleObjectArray = array of THandleObject;

C++

typedef System::DynamicArray<THandleObject*> THandleObjectArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Beschreibung

THandleObjectArray repräsentiert ein THandleObject-Array.

Mit THandleObjectArray speichern und verwalten Synchronisierungsobjekte Objekte des Typs THandleObject.

Siehe auch