Class tdropdownlist
Unit
Declaration
type tdropdownlist = class(tcustomstringgrid)
Description
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
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomgrid
- tcellgrid
- tcustomstringgrid
- tdropdownlist
Overview
Fields
fcontroller: tcustomdropdownlistcontroller; |
|
fdropdownrowcount: integer; |
Methods
function getassistiveflags(): assistiveflagsty override; |
|
procedure setfiltertext(const Value: msestring); virtual; |
|
procedure updatewindowinfo(var info: windowinfoty); override; |
|
procedure createdatacol(const index: integer; out item: tdatacol); override; |
|
procedure dokeydown(var info: keyeventinfoty); override; |
|
procedure clientmouseevent(var info: mouseeventinfoty); override; |
|
procedure mouseevent(var info: mouseeventinfoty); override; |
|
procedure doactivate; override; |
|
procedure dodeactivate; override; |
|
procedure docellevent(var info: celleventinfoty); override; |
|
function getkeystring(const aindex: integer): msestring; |
|
function getkeystringnohidden(const aindex: integer): msestring; |
|
function locate(const filter: msestring): boolean; virtual; |
|
function updatevisiblerows(): integer; virtual; |
|
procedure dorepeat(const sender: tobject); |
|
procedure initcols(const acols: tdropdowncols); virtual; |
|
procedure updatelayout; override; |
|
function dropdownheight: integer; virtual; |
|
procedure setactiveitem(const aitemindex: integer); virtual; |
|
function getassistiveparent(): iassistiveclient override; |
|
constructor create(const acontroller: tcustomdropdownlistcontroller; const acols: tdropdowncols; const afixcolclass: dropdownfixcolclassty); reintroduce; |
|
destructor destroy; override; |
|
procedure show(awidth: integer; const arowcount: integer; var aitemindex: integer; afiltertext: msestring); reintroduce; |
Properties
property filtertext: msestring read ffiltertext write setfiltertext; |
|
property options: dropdownlistoptionsty read foptions1 write foptions1; |
Description
Fields
fcontroller: tcustomdropdownlistcontroller; |
|
fdropdownrowcount: integer; |
|
Methods
function getassistiveflags(): assistiveflagsty override; |
|
procedure setfiltertext(const Value: msestring); virtual; |
|
procedure updatewindowinfo(var info: windowinfoty); override; |
|
procedure createdatacol(const index: integer; out item: tdatacol); override; |
|
procedure dokeydown(var info: keyeventinfoty); override; |
|
procedure clientmouseevent(var info: mouseeventinfoty); override; |
|
procedure mouseevent(var info: mouseeventinfoty); override; |
|
procedure doactivate; override; |
|
procedure dodeactivate; override; |
|
procedure docellevent(var info: celleventinfoty); override; |
|
function getkeystring(const aindex: integer): msestring; |
|
function getkeystringnohidden(const aindex: integer): msestring; |
|
function locate(const filter: msestring): boolean; virtual; |
|
function updatevisiblerows(): integer; virtual; |
|
procedure dorepeat(const sender: tobject); |
|
procedure initcols(const acols: tdropdowncols); virtual; |
|
procedure updatelayout; override; |
|
function dropdownheight: integer; virtual; |
|
procedure setactiveitem(const aitemindex: integer); virtual; |
|
function getassistiveparent(): iassistiveclient override; |
|
constructor create(const acontroller: tcustomdropdownlistcontroller; const acols: tdropdowncols; const afixcolclass: dropdownfixcolclassty); reintroduce; |
|
destructor destroy; override; |
|
procedure show(awidth: integer; const arowcount: integer; var aitemindex: integer; afiltertext: msestring); reintroduce; |
|
Properties
property filtertext: msestring read ffiltertext write setfiltertext; |
|
property options: dropdownlistoptionsty read foptions1 write foptions1; |
|
Generated by PasDoc 0.16.0.