Vcl.DBCtrls.TDBLookupControl.ListFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListFields: TList<TField> read FListFields;

C++

__property System::Generics::Collections::TList__1<Data::Db::TField*>* ListFields = {read=FListFields};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Lists the field components whose values are displayed in the lookup control.

ListFields caches the field components that are named by the ListField property.

See Also