FMX.ASE.Lexer.TAseLexer.TokenIdent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenIdent: string read FString;

C++

__property System::UnicodeString TokenIdent = {read=FString};

Properties

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

Description

Returns the value of an identifier token.

TokenIdent returns a string that represents an identifier token used in the definition of a triangular mesh.

See Also