Class tdbdropdownlist

Unit

Declaration

type tdbdropdownlist = class(tdropdownlist, igriddatalink)

Description

No description available, ancestor tdropdownlist description follows
No description available, ancestor tcustomstringgrid description follows
No description available, ancestor tcellgrid description follows
No description available, ancestor tcustomgrid description follows
No description available, ancestor tpublishedwidget description follows
No description available, ancestor tpublishedwidgetnwr description follows
No description available, ancestor tactionpublishedwidgetnwr description follows
No description available, ancestor tactionwidget description follows
No description available, ancestor twidget description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function getassistiveflags(): assistiveflagsty override;
Protected procedure internalcreateframe; override;
Protected procedure createdatacol(const index: integer; out item: tdatacol); override;
Protected procedure initcols(const acols: tdropdowncols); override;
Protected procedure docellevent(var info: celleventinfoty); override;
Protected procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override;
Protected procedure setactiveitem(const aitemindex: integer); override;
Protected function locate(const filter: msestring): boolean; override;
Protected procedure dopaint(const acanvas: tcanvas); override;
Protected procedure dohide; override;
Public constructor create(const acontroller: tcustomdbdropdownlistcontroller; acols: tdropdowncols);
Public destructor destroy; override;
Public procedure rowup(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false) override;
Public procedure rowdown(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false) override;
Public procedure pageup(const action: focuscellactionty = fca_focusin); override;
Public procedure pagedown(const action: focuscellactionty = fca_focusin); override;
Public procedure wheelup(const action: focuscellactionty = fca_focusin); override;
Public procedure wheeldown(const action: focuscellactionty = fca_focusin); override;

Description

Methods

Protected function getassistiveflags(): assistiveflagsty override;
 
Protected procedure internalcreateframe; override;
 
Protected procedure createdatacol(const index: integer; out item: tdatacol); override;
 
Protected procedure initcols(const acols: tdropdowncols); override;
 
Protected procedure docellevent(var info: celleventinfoty); override;
 
Protected procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override;
 
Protected procedure setactiveitem(const aitemindex: integer); override;
 
Protected function locate(const filter: msestring): boolean; override;
 
Protected procedure dopaint(const acanvas: tcanvas); override;
 
Protected procedure dohide; override;
 
Public constructor create(const acontroller: tcustomdbdropdownlistcontroller; acols: tdropdowncols);
 
Public destructor destroy; override;
 
Public procedure rowup(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false) override;
 
Public procedure rowdown(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false) override;
 
Public procedure pageup(const action: focuscellactionty = fca_focusin); override;
 
Public procedure pagedown(const action: focuscellactionty = fca_focusin); override;
 
Public procedure wheelup(const action: focuscellactionty = fca_focusin); override;
 
Public procedure wheeldown(const action: focuscellactionty = fca_focusin); override;
 

Generated by PasDoc 0.16.0.