Vcl.DBCtrls.TListSourceLink

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TListSourceLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TListSourceLink : public Data::Db::TDataLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TListSourceLink helps manage the link to the ListSource of a TDBLookupControl object.

TListSourceLink is tailored to work with TDBLookupControl. It should only be used by the TDBLookupControl class.

See Also