Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvStringGrid
Creating a grid at runtime in C++

Creating a grid at runtime in C++ is done with:
{
   TAdvStringGrid *asg;
   asg = new TAdvStringGrid(this);
   asg->Parent = this;
}