Data.DB.TField.GetLookupListClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLookupListClass: TLookupListClass; virtual;

C++

virtual TLookupListClass __fastcall GetLookupListClass();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Returns the TLookupListClass data type.

The GetLookupListClass method returns the TLookupListClass for the dataset, if it is not nil. If the dataset is not assigned, then TDefaultLookupList is returned.

See Also