Vcl.DBGrids.TGridDataLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTGridDataLink

Delphi

TGridDataLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TGridDataLink : public Data::Db::TDataLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids Vcl.DBGrids

Description

TGridDataLink helps manage the link to a data source and maintain the field mapping for a TCustomDBGrid object.

TGridDataLink is tailored to work with a TCustomDBGrid. It should only be used by the TCustomDBGrid class.

See Also