Vcl.DBGrids.TGridDataLink.ClearMapping

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearMapping;

C++

void __fastcall ClearMapping();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Empties the field map and frees any associated memory.

Applications should not call ClearMapping directly, because this would cause the field map to become out of sync with the columns of the TCustomDBGrid. The TCustomDBGrid calls ClearMapping first, every time it regenerates the field map.

See Also