FMX.ASE.Lexer.TAseLexer.Ahead
Delphi
property Ahead: boolean read FAhead write FAhead;
C++
__property bool Ahead = {read=FAhead, write=FAhead, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ASE.Lexer.pas FMX.ASE.Lexer.hpp |
FMX.ASE.Lexer | TAseLexer |
Description
Specifies whether the lexer should move to the next line.
If Ahead is set to True, the lexer moves to the first token on the next line in the .ase file.