FMX.ASE.Lexer.TAseLexer.SkipKeyWordBlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SkipKeyWordBlock;

C++

void __fastcall SkipKeyWordBlock();

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.

See Also