FMX.ASE.Lexer.TAseLexer

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTAseLexer

Delphi

TAseLexer = class

C++

class PASCALIMPLEMENTATION TAseLexer : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer FMX.ASE.Lexer

Description

Represents the lexer for .ase files.

This class performs the lexical analysis (that is, extracts the tokens) on the .ase file from which the 3D model is to be loaded.

See Also