<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — Scroll Bar]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=8051</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=8051&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Scroll Bar.]]></description>
		<lastBuildDate>Mon, 28 Mar 2022 08:41:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44290#p44290</link>
			<description><![CDATA[<p>Thank you jb.</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Mon, 28 Mar 2022 08:41:56 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44290#p44290</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44284#p44284</link>
			<description><![CDATA[<p>Hello unforgettable, hello sparrow</p><p>it is an integer coded on 64-bit which is currently the maximum size in Delphi language (turbo pascal)<br />JB</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sat, 26 Mar 2022 17:16:14 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44284#p44284</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44282#p44282</link>
			<description><![CDATA[<p>Please read. </p><br /><p><a href="http://www.delphibasics.co.uk/ByFunction.asp?Main=Types&amp;Sub=Ints">http://www.delphibasics.co.uk/ByFunctio … p;Sub=Ints</a></p>]]></description>
			<author><![CDATA[null@example.com (sparrow)]]></author>
			<pubDate>Sat, 26 Mar 2022 10:13:56 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44282#p44282</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44281#p44281</link>
			<description><![CDATA[<p>Thank you jb to explain but I could not understand why here is 64? why it is not 65 or 66 or any other?</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Sat, 26 Mar 2022 09:51:45 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44281#p44281</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44280#p44280</link>
			<description><![CDATA[<p>Hello Derek, Hello unforgettable</p><p>StrToInt64 converts the string S to a Int64 value, and returns this value. <br />The string can only contain numerical characters, and optionally a minus sign as the first character. Whitespace is not allowed.</p><p>Hexadecimal values (starting with the $ character) are supported.<br />For example, IntegerString such as &#039;123&#039; into an Int64 return value.</p><p>It supports +ve and -ve numbers, and hexadecimal numbers, as prefixed by $ or 0x.</p><p>JB</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sat, 26 Mar 2022 06:52:42 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44280#p44280</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44279#p44279</link>
			<description><![CDATA[<p>Thank you derek. That is what I want but you can explain strtoint64 in this statement?</p><p>procedure Form1_Edit1_OnChange (Sender: TObject);<br />begin<br />&nbsp; if form1.edit1.Value &gt; 0 then form1.tablegrid1.FixedCols := strtoint64(form1.edit1.text) else form1.tablegrid1.FixedCols := 0;<br />end;</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Sat, 26 Mar 2022 04:52:55 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44279#p44279</guid>
		</item>
		<item>
			<title><![CDATA[Re: Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44278#p44278</link>
			<description><![CDATA[<p>Hi,<br />You can fix columns from the left of the tablegrid if that&#039;s what you mean.<br />Have a look at the example where you can choose the number of columns you want to fix.<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Fri, 25 Mar 2022 20:40:55 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44278#p44278</guid>
		</item>
		<item>
			<title><![CDATA[Scroll Bar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=44276#p44276</link>
			<description><![CDATA[<p>Hi every one,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;On tablegrid if we move horizontal scroll bar then columns move also. Is there a way where any selected column does not move while moving horizontal scroll bar.</p>]]></description>
			<author><![CDATA[null@example.com (unforgettable)]]></author>
			<pubDate>Fri, 25 Mar 2022 19:50:42 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=44276#p44276</guid>
		</item>
	</channel>
</rss>
