RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultLookupList.Create Constructor

Creates an instance of TLookupList.

Pascal
constructor Create; override;
C++
virtual __fastcall TDefaultLookupList();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!