Vcl.DBCtrls.TListSourceLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTListSourceLink

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