Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
X3DLexer
type EX3DClassicReadError = class(EX3DError)
Error when reading VRML/X3D classic encoding.
function MessagePositionPrefix(Lexer: TX3DLexer): string; virtual; abstract;
constructor Create(Lexer: TX3DLexer; const s: string);
Standard constructor.
Lexer instance must be valid for this call, but not longer. That is, you can free the lexer after this constructor finished, it doesn't need to be valid for the whole lifetime of this object.