Property Values When Creating ASG with code

I am a registered owner for the VCL TMS Component Pack. I am using C++Builder XE4 without Delphi. I have ASG 7.2.8.3



I am creating the TAdvStringGrid dynamically using the code below. Are there properties such as Name or Parent that are left blank which I must set manually?   I am looking for a list of the properties I must set manually to make all the ASG features work correctly.     





TAdvStringGrid *AdvStringGrid7;



AdvStringGrid7 = new TAdvStringGrid (this);



Thanks

The absolute minimum you need to do to make this component usable is setting its parent.

Other than this, default properties should get you started and other property settings will depend on how you want to use the grid.