<?xml version="1.0" encoding="utf-8" ?> 
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
  <channel rdf:about="http://softlab.masa-lab.net/modules/d3blog/index.php">
  	<title>開発ブログ</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/index.php</link> 
  	<description>MASA Lab softlab-Software Architecture Laboratory</description> 
  	<dc:language>ja</dc:language> 
  	<dc:creator>MASA-Lab</dc:creator> 
  	<items>
  		<rdf:Seq>
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=130" /> 
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=99" /> 
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=95" /> 
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=89" /> 
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=88" /> 
  		<rdf:li rdf:resource="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=85" /> 
  		</rdf:Seq>
  	</items>
  </channel>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=130">
  	<title>LiveBindings の文字列に注意？</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=130</link> 
  	<dc:date>2014-11-25T17:03:43+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>良くありますよね、%表示したい時って。だから LiveBindings の CustomFormat に
Format(&#039;%.0f&#039;, Self.Value*100) + &quot;%&quot;
って書いたのですが、「書式文字列 'Format(... は正しくないか引数の型...</description> 
  </item>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=99">
  	<title>LiveBinding では 列挙型は使えない</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=99</link> 
  	<dc:date>2014-09-03T13:59:07+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>列挙型のプロパティのあるクラスを TCustomAdapterBindSource などでバインドソースにしたのですが、列挙型のプロパティは LiveBindingデザイナに出てきませんでした。仕方がないので、Integer に...</description> 
  </item>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=95">
  	<title>LiveBindings カスタムフォーマット</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=95</link> 
  	<dc:date>2014-08-25T21:02:26+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>LiveBindings のカスタム書式ではいくつかのデフォルトの LiveBinding メソッドが使えますが、これだけではなかなかきついですよね。そんな時には独自のカスタム LiveBinding メソッドを作ること...</description> 
  </item>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=89">
  	<title>TListBindSourceAdapter を使った時の バインディング式</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=89</link> 
  	<dc:date>2014-07-02T20:40:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>TListBindSourceAdapter などを使ってオブジェクトをバインドして使うときにTBindExpression の SourceExpression で、単純にフィールド名を書くとエラーになってしまいます。
FieldName.Value
と書く必要...</description> 
  </item>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=88">
  	<title>LiveBinding ComboBox の初期値を設定する</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=88</link> 
  	<dc:date>2014-06-30T21:12:49+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>BindSource に対して Locate を使う？Locate(KeyField, KeyValue)この時 LiveBindings の設定はComboBoxのSynch  BindSourceの *ComboBoxのItem.Text </description> 
  </item>
  <item rdf:about="http://softlab.masa-lab.net/modules/d3blog/details.php?bid=85">
  	<title>Delphi LiveBindings クラスからバインドする</title> 
  	<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=85</link> 
  	<dc:date>2014-06-28T21:30:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>クラスからバインドして表示するTAdapterBindSource と TDataGeneratorAdapter(1) まずは二つを配置(2) AdapterBindSource の Adapter プロパティに DataGeneratorAdapter をセット(3) AdapterBindSource の OnCreateAdapter イベ...</description> 
  </item>
</rdf:RDF>