FMX.ASE.Lexer.TAseLexer.Ahead
Delphi
property Ahead: boolean read FAhead write FAhead;
C++
__property bool Ahead = {read=FAhead, write=FAhead, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.ASE.Lexer.pas FMX.ASE.Lexer.hpp |
FMX.ASE.Lexer | TAseLexer |
説明
字句解析コンポーネントが次の行に移動すべきかどうかを示します。
Ahead が True に設定されている場合、字句解析コンポーネントは .ase ファイル内の次の行の先頭トークンに移動します。