RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.Loaded Method

Sets up the Columns property once the data grid and all its child components are loaded.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

Applications cannot call this protected method. Loaded overrides the inherited method to lay out the grid once all of its parts have been loaded. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!