CStringGrid


This class is a final StringGrid control implementation.

You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.

class CStringGrid :public CCustomStringGrid
{
public:
    CStringGrid(); // Create 
    CStringGrid(IForm *parent); // Create and place onto the form 
    CStringGrid(IControl *parent); // Create and place onto the parent control 
};
Namespace: nitisa::standard
Include: Standard/Controls/StringGrid/StringGrid.h