<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'New TStringGrid' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'New TStringGrid' posted on the 'Delphi and Kylix' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 01:52:46 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 01:52:46 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>New TStringGrid</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/219265/219265/new-tstringgrid/</link>
      <description>Hi All,&lt;br /&gt;
I want to create a new TStringGrid component witht a published property &lt;br /&gt;
-for ex. "Alias button index"- which will enable the user from entering the index of the grid column on which he wants to display a "..." button at.&lt;br /&gt;
I know I need to override the OnDrawCell event on the new component, but I don't know how to do so.&lt;br /&gt;
&lt;br /&gt;
Can anyone help me with that please&lt;br /&gt;
Your co-operation is highly appreciated&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/219265/219265/new-tstringgrid/</guid>
      <pubDate>Tue, 21 Oct 2003 05:30:24 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: New TStringGrid</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/219265/219270/re-new-tstringgrid/#219270</link>
      <description>: Hi All,&lt;br /&gt;
: I want to create a new TStringGrid component witht a published property &lt;br /&gt;
: -for ex. "Alias button index"- which will enable the user from entering the index of the grid column on which he wants to display a "..." button at.&lt;br /&gt;
: I know I need to override the OnDrawCell event on the new component, but I don't know how to do so.&lt;br /&gt;
: &lt;br /&gt;
: Can anyone help me with that please&lt;br /&gt;
: Your co-operation is highly appreciated&lt;br /&gt;
: &lt;br /&gt;
Best is not to override the OnDrawCell itself, because that will not allow other programmers to use the event. You need to override the DrawCell() method instead. This will in turn call the OnDrawCell event to allow other programmers to change the appearance if they wish.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/219265/219270/re-new-tstringgrid/#219270</guid>
      <pubDate>Tue, 21 Oct 2003 05:53:10 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
  </channel>
</rss>