FMX.ASE.Lexer.TAseLexer.SkipKeyWordBlock
Delphi
procedure SkipKeyWordBlock;
C++
void __fastcall SkipKeyWordBlock(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.ASE.Lexer.pas FMX.ASE.Lexer.hpp |
FMX.ASE.Lexer | TAseLexer |
Description
Moves over the block defined by a keyword.
The block that follows a keyword can be composed of one or more values, or of a set of new keywords and blocks, surrounded by braces.