Unit msedropdownlist

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tdropdowncolfont  
Class tdropdowncolfontselect  
Class tdropdowndata  
Class tdropdowndatacols  
Class tdropdowncol  
Class tdropdownfont  
Class tdropdownfontselect  
Class tdropdowncols  
Interface idropdown  
Interface idropdownlist  
Interface idropdownwidget  
Interface idropdowncontroller  
Interface idropdownlistcontroller  
Class tdropdownstringcol  
Class titemselectedevent  
Class tdropdownfixcol  
Class tdropdownlist  
Class tdropdownbutton  
Class tcustomdropdownbuttonframe  
Class tdropdownbuttonframe  
Class tdropdownmultibuttonframe  
Class tcustomdropdowncontroller  
Class tdropdowncontroller  
Class tdropdownwidgetcontroller  
Class tcustomdropdownlistcontroller  
Class tnocolsdropdownlistcontroller  
Class tdropdownlistcontroller  
Class tmbdropdownlistcontroller  

Types

dropdownlistoptionty = (...);
dropdownlistoptionsty = set of dropdownlistoptionty;
dropdownliststatety = (...);
dropdownliststatesty = set of dropdownliststatety;
dropdowneditoptionty = (...);
dropdowneditoptionsty = set of dropdowneditoptionty;
dropdowncolclassty = class of tdropdowncol;
dropdowncolsclassty = class of tdropdowncols;
dropdownfixcolclassty = class of tdropdownfixcol;
dropdownbuttonframeclassty = class of tcustomdropdownbuttonframe;
dropdowncontrollerstatety = (...);
dropdowncontrollerstatesty = set of dropdowncontrollerstatety;
dropdownwidgeteventty = procedure(const sender: twidget; const dropdown: twidget) of object;
dropdownlisteventty = procedure(const sender: twidget; const dropdown: tdropdownlist) of object;
dropdownlistcontrollerclassty = class of tcustomdropdownlistcontroller;

Constants

defaultdropdowncoloptions = [co_fill,co_readonly,co_focusselect, co_mousemovefocus,co_rowselect];
defaultdropdowncoltextflags = defaultcoltextflags + [tf_noselect];
mouseautoscrollheight = 4;
dropdownitemselectedevent = 345;
defaultdropdownoptionsedit = [deo_keydropdown];
defaultautodropdownoptions = defaultdropdownoptionsedit + [deo_autodropdown];

Description

Types

dropdownlistoptionty = (...);

This item has no description.

Values
  • dlo_casesensitive
  • dlo_posinsensitive
  • dlo_livefilter
dropdownlistoptionsty = set of dropdownlistoptionty;

This item has no description.

dropdownliststatety = (...);

This item has no description.

Values
  • dls_firstmousemoved
  • dls_mousemoved
  • dls_scrollup
dropdownliststatesty = set of dropdownliststatety;

This item has no description.

dropdowneditoptionty = (...);

This item has no description.

Values
  • deo_selectonly
  • deo_forceselect
  • deo_autodropdown
  • deo_keydropdown
  • deo_modifiedbeforedropdown
  • deo_casesensitive
  • deo_posinsensitive
  • deo_livefilter
  • deo_customfilter
  • deo_sorted
  • deo_disabled
  • deo_autosavehistory
  • deo_cliphint
  • deo_right
  • deo_colsizing
  • deo_savestate
dropdowneditoptionsty = set of dropdowneditoptionty;

This item has no description.

dropdowncolclassty = class of tdropdowncol;

This item has no description.

dropdowncolsclassty = class of tdropdowncols;

This item has no description.

dropdownfixcolclassty = class of tdropdownfixcol;

This item has no description.

dropdownbuttonframeclassty = class of tcustomdropdownbuttonframe;

This item has no description.

dropdowncontrollerstatety = (...);

This item has no description.

Values
  • dcs_forcecaret
  • dcs_itemselecting
  • dcs_isstringkey
dropdowncontrollerstatesty = set of dropdowncontrollerstatety;

This item has no description.

dropdownwidgeteventty = procedure(const sender: twidget; const dropdown: twidget) of object;

This item has no description.

dropdownlisteventty = procedure(const sender: twidget; const dropdown: tdropdownlist) of object;

This item has no description.

dropdownlistcontrollerclassty = class of tcustomdropdownlistcontroller;

This item has no description.

Constants

defaultdropdowncoloptions = [co_fill,co_readonly,co_focusselect, co_mousemovefocus,co_rowselect];

This item has no description.

defaultdropdowncoltextflags = defaultcoltextflags + [tf_noselect];

This item has no description.

mouseautoscrollheight = 4;

This item has no description.

dropdownitemselectedevent = 345;

This item has no description.

defaultdropdownoptionsedit = [deo_keydropdown];

This item has no description.

defaultautodropdownoptions = defaultdropdownoptionsedit + [deo_autodropdown];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.