Class texterndatadropdownlist

Unit

Declaration

type texterndatadropdownlist = class(tdropdownlist)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure dokeydown(var info: keyeventinfoty); override;
Protected procedure findprev(var recno: integer);
Protected procedure findnext(var recno: integer); virtual; abstract;
Protected function getrecno(const aindex: integer): integer;
Protected procedure dorowcountchanged(const countbefore,newcount: integer); override;
Protected procedure internalcreateframe; override;
Protected procedure createdatacol(const index: integer; out item: tdatacol); override;
Protected procedure docellevent(var info: celleventinfoty); override;
Protected procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override;
Protected procedure dbscrolled(distance: integer);
Protected procedure moveby(distance: integer);
Protected procedure filterchanged;
Protected procedure resyncfilter;
Public constructor create(const acontroller: texterndatadropdownlistcontroller; acols: tdropdowncols);
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;

Properties

Protected property activerecord: integer read getactiverecord write setactiverecord;

Description

Methods

Protected procedure dokeydown(var info: keyeventinfoty); override;

This item has no description.

Protected procedure findprev(var recno: integer);

This item has no description.

Protected procedure findnext(var recno: integer); virtual; abstract;

This item has no description.

Protected function getrecno(const aindex: integer): integer;

This item has no description.

Protected procedure dorowcountchanged(const countbefore,newcount: integer); override;

This item has no description.

Protected procedure internalcreateframe; override;

This item has no description.

Protected procedure createdatacol(const index: integer; out item: tdatacol); override;

This item has no description.

Protected procedure docellevent(var info: celleventinfoty); override;

This item has no description.

Protected procedure scrollevent(sender: tcustomscrollbar; event: scrolleventty); override;

This item has no description.

Protected procedure dbscrolled(distance: integer);

This item has no description.

Protected procedure moveby(distance: integer);

This item has no description.

Protected procedure filterchanged;

This item has no description.

Protected procedure resyncfilter;

This item has no description.

Public constructor create(const acontroller: texterndatadropdownlistcontroller; acols: tdropdowncols);

This item has no description.

Public procedure rowup(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override;

This item has no description.

Public procedure rowdown(const action: focuscellactionty = fca_focusin; const nowrap: boolean = false); override;

This item has no description.

Public procedure pageup(const action: focuscellactionty = fca_focusin); override;

This item has no description.

Public procedure pagedown(const action: focuscellactionty = fca_focusin); override;

This item has no description.

Public procedure wheelup(const action: focuscellactionty = fca_focusin); override;

This item has no description.

Public procedure wheeldown(const action: focuscellactionty = fca_focusin); override;

This item has no description.

Properties

Protected property activerecord: integer read getactiverecord write setactiverecord;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.