Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
X3DNodes
type TX3DPrototypeNames = class(TStringListCaseSens)
TStringList that is case sensitive.
procedure Bind(Proto: TX3DPrototypeBase);
function Bound(const Name: string): TX3DPrototypeBase;
Find proto bound to given name. Nil if none.
Nil