Class TX3DNodeList
Unit
Declaration
type TX3DNodeList = class(specialize TObjectList<TX3DNode>)
Description
Hierarchy
- TObject
- TList
- TObjectList
- TX3DNodeList
Overview
Methods
![]() |
function FindName(const Name: string): TX3DNode; |
![]() |
function IndexOfName(const Name: string): Integer; |
![]() |
procedure AddIfNotExists(const Node: TX3DNode); |
![]() |
function Equals(SecondValue: TObject): boolean; override; |
![]() |
procedure Assign(const Source: TX3DNodeList); overload; |
![]() |
procedure Assign(const Source: array of TX3DNode); overload; |
Description
Methods
![]() |
function FindName(const Name: string): TX3DNode; |
Find node by name, For empty node name, always returns See also
|
![]() |
function IndexOfName(const Name: string): Integer; |
Find index of a node with given name, -1 if not found. |
![]() |
procedure AddIfNotExists(const Node: TX3DNode); |
![]() |
function Equals(SecondValue: TObject): boolean; override; |
![]() |
procedure Assign(const Source: TX3DNodeList); overload; |
![]() |
procedure Assign(const Source: array of TX3DNode); overload; |
Generated by PasDoc 0.16.0.