<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Stringgrids</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>TCustomGrid.MoveRow() is a protected method (god 
knows why), so you will have to define a descendant grid class and make it 
public.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>TSuperDuperGrid = class(TStringGrid)</FONT></DIV>
<DIV><FONT face=Arial size=2>public</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;MoveRow();</FONT></DIV>
<DIV><FONT face=Arial size=2>end;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=e.mcIntosh@ppcs.co.nz href="mailto:e.mcIntosh@ppcs.co.nz">Eion 
  McIntosh (Christchurch)</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=delphi@ns3.123.co.nz 
  href="mailto:delphi@ns3.123.co.nz">NZ Borland Developers Group - Delphi 
  List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, February 02, 2007 9:06 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [DUG] Stringgrids</DIV>
  <DIV><BR></DIV><!-- Converted from text/rtf format -->
  <P><FONT face=Arial size=2>Hi</FONT> </P>
  <P><FONT face=Arial size=2>I havd a look, but can't see anything, but can you 
  take 2 rows within a TStringGrid and swap them? I have some details in a 
  stringgrid but would like to sort it on one of the rows after it has been 
  filled. I can't fill it in order to start with because the source data is 
  coming from two different sources.</FONT></P>
  <P><FONT face=Arial size=2>Regards</FONT> <BR><FONT face=Arial size=2>Eion 
  McIntosh</FONT> <BR><FONT face=Arial size=2>PPCS Ltd</FONT> </P>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Delphi mailing 
  list<BR>Delphi@ns3.123.co.nz<BR>http://ns3.123.co.nz/mailman/listinfo/delphi<BR>
  <P>
  <HR>

  <P></P>No virus found in this incoming message.<BR>Checked by AVG Free 
  Edition.<BR>Version: 7.5.432 / Virus Database: 268.17.18/662 - Release Date: 
  31/01/2007 3:16 p.m.<BR></BLOCKQUOTE></BODY></HTML>