Class TCascadedLookUp (unit Caslook)
Inherits from
TTable
Constructors
constructor Create(AOwner: TComponent);
Functions
procedure changefont(newfont: tfont);
destructor destroy;
procedure LookUpAll(ListPoint: TControl);
procedure LookupLimited(ListPoint: TControl; Level: Integer);
procedure LoadList(level: shortint);
procedure SetDataFields(ListIn: TStringList);
Procedure SetLookupDisplays(Listin: TStringList);
procedure SetLookUpFields(ListIn: TStringList);
Properties
property AfterCreateList : ListEvent
property BeforeCreateList : ListEvent
property DataFields : TStringList
property DestinationTable : TTable
property DisplayItems : ShortInt
property DisplayWidth : Integer
property ListColor : tcolor
property LookUpDisplays : TStringList
property LookUpFields : TStringList
property Style : TLookUpTypes
Events
Variables
faList : ListEvent;
fblist : ListEvent;
fCascadeList : TStringlist;
fcolor : tcolor;
fDataFields : TStringList;
fDestinationTable : TTable;
ffont : tfont;
fItems : shortint;
flist : TLF;
fLookUpDisplays : TStringList;
fLookUpFields : TStringList;
fLookUpName : string;
fLookUpType : TLookUpTypes;
fQuery : TQuery;
fReplaceList : TStringList;
fTableName : TFileName;
fWhereClause : String;
fWidth : Integer;
Constructors
constructor Create(AOwner: TComponent);
Functions
procedure changefont(newfont: tfont);
destructor destroy;
procedure LookUpAll(ListPoint: TControl);
procedure LookupLimited(ListPoint: TControl; Level: Integer);
procedure LoadList(level: shortint);
procedure SetDataFields(ListIn: TStringList);
Procedure SetLookupDisplays(Listin: TStringList);
procedure SetLookUpFields(ListIn: TStringList);
Properties
property AfterCreateList : ListEvent
property BeforeCreateList : ListEvent
property DataFields : TStringList
property DestinationTable : TTable
property DisplayItems : ShortInt
property DisplayWidth : Integer
property ListColor : tcolor
property LookUpDisplays : TStringList
property LookUpFields : TStringList
property Style : TLookUpTypes
Events
Variables
faList : ListEvent;
fblist : ListEvent;
fCascadeList : TStringlist;
fcolor : tcolor;
fDataFields : TStringList;
fDestinationTable : TTable;
ffont : tfont;
fItems : shortint;
flist : TLF;
fLookUpDisplays : TStringList;
fLookUpFields : TStringList;
fLookUpName : string;
fLookUpType : TLookUpTypes;
fQuery : TQuery;
fReplaceList : TStringList;
fTableName : TFileName;
fWhereClause : String;
fWidth : Integer;