API:FMX.ASE.Lexer.TKeyWordRec

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TKeyWordRec = record
    Str: string;
    Hash: Integer;
  end;

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer FMX.ASE.Lexer

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。