FMX.ASE.Lexer.TKeyWordRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TKeyWordRec = record

C++

struct DECLSPEC_DRECORD TKeyWordRec
{
public:
    System::UnicodeString Str;
    int Hash;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer FMX.ASE.Lexer

Description

Un enregistrement qui stocke un mot clé et son hachage.

TKeyWordRec est un enregistrement utilisé pour conserver un mot clé ASE sous la forme d'une chaîne et la valeur de hachage correspondante.

Voir aussi