<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226846</guid>
        <pubDate>Sat, 19 Aug 2006 09:58:06 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226846</link>
        <description><![CDATA[kalexs_uzb: <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <span class='tag-quote__quote-info'>pehser</span><div class='quote '>у меня есть SpinEdit стандартній и из квантум грида (родственик рх) но там тока целіе числа пишутся или может я чего с настроками не разобрался </div></div><br>
<br>
В свойстве Properties.Increment:=0,1 и Properties.ValueType:=vtFloat.]]></description>
        <author>kalexs_uzb</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226821</guid>
        <pubDate>Sat, 19 Aug 2006 09:33:16 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226821</link>
        <description><![CDATA[alexeis1: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151715&view=findpost&p=1226713'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>pehser &#064; <time class="tag-quote__quoted-time" datetime="2006-08-19T06:59:11+00:00">19.08.06, 06:59</time></span><div class='quote '>но вот вопрос, у меня в систем разделитель числа тоит , при таких настройках если начинаю менять значения SpinFloatEdit то вылитают ошибки, поменял на . все ок, как избежать такую проблему?</div></div><br>
Возможно два решения<br>
1) либо<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">procedure TForm1.FormCreate(Sender: TObject);</div><div class="code_line">begin</div><div class="code_line">&nbsp;&nbsp; FloatSpinEdit1.text := StringReplace(FloatSpinEdit1.text, &#39;.&#39;, DecimalSeparator, []);</div><div class="code_line">&nbsp;&nbsp; FloatSpinEdit1.text := StringReplace(FloatSpinEdit1.text, &#39;,&#39;, DecimalSeparator, []);</div><div class="code_line">end;</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
<br>
2)Установить нужный DecimalSeparator, например если при разработке используется &#39;,&#39; , то<br>
DecimalSeparator := &#39;,&#39;; Но при этом игнорируются изыковые настройки винды.<br>
<br>
Первый вариант громоздкий но более дружественный.]]></description>
        <author>alexeis1</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226736</guid>
        <pubDate>Sat, 19 Aug 2006 07:39:13 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226736</link>
        <description><![CDATA[pehser: у меня есть SpinEdit стандартній и из квантум грида (родственик рх) но там тока целіе числа пишутся или может я чего с настроками не разобрался]]></description>
        <author>pehser</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226726</guid>
        <pubDate>Sat, 19 Aug 2006 07:25:34 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226726</link>
        <description><![CDATA[SeaGirl: Отлично работает SpinEdit из RxLib-a.<br>Если хочешь, могу прислать - скинь e-mail в ПМ]]></description>
        <author>SeaGirl</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226713</guid>
        <pubDate>Sat, 19 Aug 2006 06:59:11 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1226713</link>
        <description><![CDATA[pehser: <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>file not fount &#39;FR_About.dcu&#39;</div></div><br>
Где его взять? <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2006-08-19T07:22:58+00:00">19.08.06, 07:22</time></span></span><br>
проблему с FR_About решил<br>
но вот вопрос, у меня в систем разделитель числа тоит , при таких настройках если начинаю менять значения SpinFloatEdit то вылитают ошибки, поменял на . все ок, как избежать такую проблему?]]></description>
        <author>pehser</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225476</guid>
        <pubDate>Fri, 18 Aug 2006 08:36:50 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225476</link>
        <description><![CDATA[alexeis1: А как же это?<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '><br>
TFloatEdit and TSpinFloatEdit v.09-13-2004 	FWS	45 Kb	14 Jul 2006<br>
By Merkes Pages. Input boxes for floating point values, range checking, alignment. also included is a database aware TDBFloatEdit initially written by Eddie Shipman.<br>
<br>
Fully functional<br>
Source: Included<br>
Download: D4 D6 D7 	    <br>
<br>
<br>
Components &gt; Edits, Memos &gt; Edits for different types<br>
TFloatSpin Edit v.1.0 	FWS	2 Kb	13 Aug 1999<br>
By Deso. Spin Edit for Float type values. Based on TSpinEdit by Borland.<br>
<br>
Fully functional<br>
Source: Included<br>
Download: D2 D3 D4<br>
</div></div><br>
<a class='tag-url' href='http://www.torry.net/vcl/edits/diffedits/fse.zip' target='_blank'>http://www.torry.net/vcl/edits/diffedits/fse.zip</a><br>
<a class='tag-url' href='http://www.torry.net/vcl/edits/diffedits/fledit.zip' target='_blank'>http://www.torry.net/vcl/edits/diffedits/fledit.zip</a>]]></description>
        <author>alexeis1</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225374</guid>
        <pubDate>Fri, 18 Aug 2006 07:37:46 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225374</link>
        <description><![CDATA[pehser: там я нашол тока RealSpinEdit  и тот не под делфу]]></description>
        <author>pehser</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225309</guid>
        <pubDate>Fri, 18 Aug 2006 06:59:55 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225309</link>
        <description><![CDATA[alexeis1: <strong class='tag-b'>pehser</strong> для этого существует компонент TFloatSpinEdit<br>
Найти его можно на Torry.net]]></description>
        <author>alexeis1</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225291</guid>
        <pubDate>Fri, 18 Aug 2006 06:52:23 +0000</pubDate>
        <title>SpinEdit с дробью</title>
        <link>https://forum.sources.ru/index.php?showtopic=151715&amp;view=findpost&amp;p=1225291</link>
        <description><![CDATA[pehser: подскажите как сделать чтобы в поле SpinEdit можно было водить дробные числа]]></description>
        <author>pehser</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      </channel>
      </rss>
	