<?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 — get value in selected table grid cell]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=197</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=197&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in get value in selected table grid cell.]]></description>
		<lastBuildDate>Thu, 29 May 2014 14:09:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=898#p898</link>
			<description><![CDATA[<p>Thank you. Enjoying your project very much. Please keep it up and more versions coming. :-)</p>]]></description>
			<author><![CDATA[null@example.com (ndinotamba)]]></author>
			<pubDate>Thu, 29 May 2014 14:09:41 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=898#p898</guid>
		</item>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=890#p890</link>
			<description><![CDATA[<p>This is not a standard component, TNextGrid from <a href="http://www.bergsoft.net/en-us/product/next-grid/overview.htm">http://www.bergsoft.net/en-us/product/n … erview.htm</a></p><br /><p>In current version you have access to only the following <strong>methods</strong>:<br />AddRow(Count: Integer = 1): Integer;<br />ClearRows;</p><br /><p><strong>properties</strong><br />VisibleRows: integer;<br />FixedCols: integer;<br />Cells(ARow, ACol): string;<br />RowHeight(ARow): integer;</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Thu, 29 May 2014 09:49:10 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=890#p890</guid>
		</item>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=887#p887</link>
			<description><![CDATA[<p>Thanks. Which Delphi control is used for the tablegrid in VDB? I want to learn its methods and properties.</p>]]></description>
			<author><![CDATA[null@example.com (ndinotamba)]]></author>
			<pubDate>Thu, 29 May 2014 03:08:07 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=887#p887</guid>
		</item>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=876#p876</link>
			<description><![CDATA[<p>TLabel<br />TButton<br />TEdit<br />TMemo<br />TComboBox<br />TCheckBox<br />TDateTimePicker<br />TMonthCalendar<br />TImage<br />TPanel<br />TGroupBox<br />TPageControl</p><br /><p>also you can create other components by using a script that are present in Delphi, like TToolBar, TMenu etc.</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Wed, 28 May 2014 16:18:06 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=876#p876</guid>
		</item>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=875#p875</link>
			<description><![CDATA[<p>Perfect. Thanks. Which standard Delphi control are you using in VDB? I need to read up on the object properties and methods.</p>]]></description>
			<author><![CDATA[null@example.com (ndinotamba)]]></author>
			<pubDate>Wed, 28 May 2014 16:01:27 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=875#p875</guid>
		</item>
		<item>
			<title><![CDATA[Re: get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=874#p874</link>
			<description><![CDATA[<p>Hello,</p><div class="codebox"><pre><code>procedure frmDictionary_gridGender_OnCellClick (Sender: string; ACol, ARow: Integer);
begin
     frmDictionary.edGender.Text := frmDictionary.gridGender.Cells(ACol, ARow);
end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Wed, 28 May 2014 15:44:38 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=874#p874</guid>
		</item>
		<item>
			<title><![CDATA[get value in selected table grid cell]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=873#p873</link>
			<description><![CDATA[<p>Please help with correct syntax/properties....</p><p>procedure frmDictionary_gridGender_OnCellClick (Sender: string; ACol, ARow: Integer);<br />begin<br />&nbsp; &nbsp; &nbsp;frmDictionary.edGender.Text := frmDictionary.gridGender.(value in the selected grid cell)</p><p>end;</p><p>Grid has only one column named &#039;gender&#039;</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (ndinotamba)]]></author>
			<pubDate>Wed, 28 May 2014 14:45:02 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=873#p873</guid>
		</item>
	</channel>
</rss>
