Class TX3DNodeClassesList

Unit

Declaration

type TX3DNodeClassesList = class(specialize TList<TX3DNodeClass>)

Description

List of TX3DNodeClass.

Hierarchy

  • TObject
  • TList
  • TX3DNodeClassesList

Overview

Methods

Public procedure AssignArray(const AItemsArray: array of TX3DNodeClass);
Public procedure Assign(const Source: TX3DNodeClassesList);
Public function IndexOfAnyAncestor(const Node: TX3DNode): Integer;

Description

Methods

Public procedure AssignArray(const AItemsArray: array of TX3DNodeClass);

Clear this list and make contents equal to given array.

Public procedure Assign(const Source: TX3DNodeClassesList);

Clear this list and make contents equal to given Source list.

Public function IndexOfAnyAncestor(const Node: TX3DNode): Integer;

Looks for a node class that is ancestor of given Node, in other words that satisfies the Node is Items[Result] condition. Contrast this with IndexOf method, which looks only for an exact class match.

Returns -1 if not found.


Generated by PasDoc 0.16.0-snapshot.