API:Data.DB.TDefaultLookupList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TDefaultLookupList();

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TDefaultLookupList

Description

Creates an instance of TLookupList.

Data.DB.TDefaultLookupList.Create inherits from Data.DB.TLookupList.Create. All content below this line refers to Data.DB.TLookupList.Create.

Creates an instance of TLookupList.

Applications should not need to call Create. Instances of TLookupList are created by the field component that uses the list for its lookup cache. To obtain one of these instances, read the LookupList property of the field.

See Also