Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create a dynamic grid

Status
Not open for further replies.

kes103

Programmer
Jun 28, 2003
26
US
Can/will anyone provide some example code on how to create a dynamic TStringGrid?
 
on_any_event()
{
TStringGrid *MyStringGrid;
MyStringGrid = new TStringGrid ();
MyStringGrid->Parent =The_FormName_Where_You_want_the_SG;
}


--- LastCyborg ---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top