Vcl.DBGrids.TCustomDBGrid.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineProperties(Filer: TFiler); override;

C++

virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);

Properties

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

Description

Defines a savable version of the Columns property when necessary.

DefineProperties overrides the inherited method to load and save the Columns property if the columns have been customized.

See Also