<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>開発ブログ</title>
		<link>http://softlab.masa-lab.net/</link>
		<description>MASA Lab softlab-Software Architecture Laboratory</description>
		<lastBuildDate>Fri, 17 Apr 2026 14:47:39 +0900</lastBuildDate>
		<docs>http://backend.userland.com/rss/</docs>
		<generator>D3BLOG - XOOPS BLOG MODULE</generator>
		<category>開発ブログ</category>
		<language>ja</language>
						<item>
			<title>LiveBindings の文字列に注意？</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=130</link>
			<description>良くありますよね、%表示したい時って。だから LiveBindings の CustomFormat に
Format(&#039;%.0f&#039;, Self.Value*100) + &quot;%&quot;
って書いたのですが、「書式文字列 'Format(... は正しくないか引数の型...</description>
			<pubDate>Tue, 25 Nov 2014 17:03:43 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=130</guid>
		</item>
				<item>
			<title>LiveBinding では 列挙型は使えない</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=99</link>
			<description>列挙型のプロパティのあるクラスを TCustomAdapterBindSource などでバインドソースにしたのですが、列挙型のプロパティは LiveBindingデザイナに出てきませんでした。仕方がないので、Integer に...</description>
			<pubDate>Wed, 03 Sep 2014 13:59:07 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=99</guid>
		</item>
				<item>
			<title>LiveBindings カスタムフォーマット</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=95</link>
			<description>LiveBindings のカスタム書式ではいくつかのデフォルトの LiveBinding メソッドが使えますが、これだけではなかなかきついですよね。そんな時には独自のカスタム LiveBinding メソッドを作ること...</description>
			<pubDate>Mon, 25 Aug 2014 21:02:26 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=95</guid>
		</item>
				<item>
			<title>TListBindSourceAdapter を使った時の バインディング式</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=89</link>
			<description>TListBindSourceAdapter などを使ってオブジェクトをバインドして使うときにTBindExpression の SourceExpression で、単純にフィールド名を書くとエラーになってしまいます。
FieldName.Value
と書く必要...</description>
			<pubDate>Wed, 02 Jul 2014 20:40:00 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=89</guid>
		</item>
				<item>
			<title>LiveBinding ComboBox の初期値を設定する</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=88</link>
			<description>BindSource に対して Locate を使う？Locate(KeyField, KeyValue)この時 LiveBindings の設定はComboBoxのSynch  BindSourceの *ComboBoxのItem.Text </description>
			<pubDate>Mon, 30 Jun 2014 21:12:49 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=88</guid>
		</item>
				<item>
			<title>Delphi LiveBindings クラスからバインドする</title>
			<link>http://softlab.masa-lab.net/modules/d3blog/details.php?bid=85</link>
			<description>クラスからバインドして表示するTAdapterBindSource と TDataGeneratorAdapter(1) まずは二つを配置(2) AdapterBindSource の Adapter プロパティに DataGeneratorAdapter をセット(3) AdapterBindSource の OnCreateAdapter イベ...</description>
			<pubDate>Sat, 28 Jun 2014 21:30:00 +0900</pubDate>
			<guid isPermaLink="true">http://softlab.masa-lab.net/modules/d3blog/details.php?bid=85</guid>
		</item>
			</channel>
</rss>