System.SyncObjs.THandleObjectArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type THandleObjectArray = array of THandleObject;

C++

typedef System::DynamicArray<THandleObject*> THandleObjectArray;

Properties

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

Description

THandleObjectArray represents an array of THandleObject.

THandleObjectArray is used by synchronization objects to store and manage objects of type THandleObject.

See Also