Class texterndatadropdownlist
Unit
Declaration
type texterndatadropdownlist = class(tdropdownlist)
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
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomgrid
- tcellgrid
- tcustomstringgrid
- tdropdownlist
- texterndatadropdownlist
Overview
Methods
procedure dokeydown(var info: keyeventinfoty); override; |
|
procedure findprev(var recno: integer); |
|
procedure findnext(var recno: integer); virtual; abstract; |
|
function getrecno(const aindex: integer): integer; |
|
procedure dorowcountchanged(const countbefore,newcount: integer); override; |
|
procedure internalcreateframe; override; |
|
procedure createdatacol(const index: integer; out item: tdatacol); override; |
|
procedure docellevent(var info: celleventinfoty); override; |
|
procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override; |
|
procedure dbscrolled(distance: integer); |
|
procedure moveby(distance: integer); |
|
procedure filterchanged; |
|
procedure resyncfilter; |
|
constructor create(const acontroller: texterndatadropdownlistcontroller; acols: tdropdowncols); |
|
procedure rowup(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override; |
|
procedure rowdown(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override; |
|
procedure pageup(const action: focuscellactionty = fca_focusin); override; |
|
procedure pagedown(const action: focuscellactionty = fca_focusin); override; |
|
procedure wheelup(const action: focuscellactionty = fca_focusin); override; |
|
procedure wheeldown(const action: focuscellactionty = fca_focusin); override; |
Properties
property activerecord: integer read getactiverecord write setactiverecord; |
Description
Methods
procedure dokeydown(var info: keyeventinfoty); override; |
|
procedure findprev(var recno: integer); |
|
procedure findnext(var recno: integer); virtual; abstract; |
|
function getrecno(const aindex: integer): integer; |
|
procedure dorowcountchanged(const countbefore,newcount: integer); override; |
|
procedure internalcreateframe; override; |
|
procedure createdatacol(const index: integer; out item: tdatacol); override; |
|
procedure docellevent(var info: celleventinfoty); override; |
|
procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override; |
|
procedure dbscrolled(distance: integer); |
|
procedure moveby(distance: integer); |
|
procedure filterchanged; |
|
procedure resyncfilter; |
|
constructor create(const acontroller: texterndatadropdownlistcontroller; acols: tdropdowncols); |
|
procedure rowup(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override; |
|
procedure rowdown(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override; |
|
procedure pageup(const action: focuscellactionty = fca_focusin); override; |
|
procedure pagedown(const action: focuscellactionty = fca_focusin); override; |
|
procedure wheelup(const action: focuscellactionty = fca_focusin); override; |
|
procedure wheeldown(const action: focuscellactionty = fca_focusin); override; |
|
Properties
property activerecord: integer read getactiverecord write setactiverecord; |
|
Generated by PasDoc 0.16.0.