Fmx.Bind.DBLinks.TBaseBindDBGridControlLink
Delphi
TBaseBindDBGridControlLink = class(TBaseBindDBGridLink)
C++
class PASCALIMPLEMENTATION TBaseBindDBGridControlLink : public Data::Bind::Dblinks::TBaseBindDBGridLink
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Fmx.Bind.DBLinks.pas Fmx.Bind.DBLinks.hpp |
Fmx.Bind.DBLinks | Fmx.Bind.DBLinks |
Description
Represents a binding component that wraps another binding component in order to link a grid control to a data source.
TBaseBindDBGridControlLink is deprecated. It was introduced in XE2 in order to bind a data source (using a TBindScopeDB object) to a FireMonkey grid control. TBaseBindDBGridControlLink is FireMonkey and database-related only. No VCL support. In XE3, use the new Quick Binding Components in order to achieve the same functionality only much versatile with support for TPrototypeBindSource and TAdapterBindSource.