JVCL Help:TJvStringGrid.Create

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Creates and initializes a new TJvStringGrid object.


Pascal

 constructorCreate(AOwner: TComponent); override;


Parameters

Parameters Description
AOwner: TComponent A component, typically the form, that is responsible for freeing the grid.


Description

Use Create to create and initialize a new TJvStringGrid object.
Create calls the inherited Create method, then sets the initial values for the grid as follows:


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page