Re: TDrawGrid creation & TStaticText(editingtext@runtime)


[ Delphi Forum ] [ Delphi Tutorials -- by DelphiLand ]

Posted by Waqas on September 24, 2003 at 19:20:10:

In Reply to: Re: TDrawGrid elements posted by webmaster Guido on June 18, 2003 at 21:43:41:

Please tell me how can i creat DrawGrid on fly that is by using operater new
following code is not working

TDrawGrid *drawGrid=new TDrawGrid(this);
DrawGrid->Parent=this;

please tell me if there is some other method

Also please tell me how i can edit Tlabel at run time C++ Builder 4 and delphi 7 have TStaticText. In TLabel help is written that if you want to edit text or caption at run time use TStaticText but from TStaticText help i could not find out how to do it please help...

Waqas


[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]