<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tales</author_name>
  <author_url>https://blog.hatena.ne.jp/tales/</author_url>
  <blog_title>Swanman's Horizon</blog_title>
  <blog_url>https://lyna.hateblo.jp/</blog_url>
  <categories>
    <anon>Delphi</anon>
    <anon>バグ</anon>
  </categories>
  <description>まず列挙型と配列のおさらい type TGender = (Male, Female); // これが列挙型 var population: array[TGender] of UInt64; // こうやって添字に指定できる begin population[Male] := 15; population[Female] := 20; end; 列挙型の一部を添字にしたいとき type TGender = (Unknown, Male, Female); var population: array[Male..Female] of UInt64; // 0..9みたいな感覚で こういうのを部…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flyna.hateblo.jp%2Fentry%2F20100306%2F1267847979&quot; title=&quot;配列の添字にスコープ付き列挙型が使えないバグ。 - Swanman&amp;#39;s Horizon&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-03-06 12:59:39</published>
  <title>配列の添字にスコープ付き列挙型が使えないバグ。</title>
  <type>rich</type>
  <url>https://lyna.hateblo.jp/entry/20100306/1267847979</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
