Class TCastleObjectStack

Unit

Declaration

type TCastleObjectStack = class(Contnrs.TObjectStack)

Description

Extended TObjectStack for Castle Game Engine.

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

Hierarchy

  • TObject
  • TOrderedList
  • TStack
  • Contnrs.TObjectStack
  • TCastleObjectStack
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 898).


Generated by PasDoc 1.0.4.