Vcl.DBGrids.TCustomDBGrid.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Sets up the Columns property once the data grid and all its child components are 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.

See Also