Class TCastleObjectQueue

Unit

Declaration

type TCastleObjectQueue = class(Contnrs.TObjectQueue)

Description

Extended TObjectQueue for Castle Game Engine.

Source: base/castleclassutils.pas (line 902).

Hierarchy

  • TObject
  • TOrderedList
  • TQueue
  • Contnrs.TObjectQueue
  • TCastleObjectQueue
Show Additional Members:

Overview

Properties

Public property Capacity: TListSize read GetCapacity write SetCapacity;

Description

Properties

Public property Capacity: TListSize read GetCapacity write SetCapacity;

How many items can this hold without reallocating memory.

Source: base/castleclassutils.pas (line 908).


Generated by PasDoc 1.0.4.