Class TWPComboBox

Hierarchy

System.TObject | System.Classes.TPersistent | System.Classes.TComponent | Vcl.Controls.TControl | Vcl.Controls.TWinControl | Vcl.Controls.TCustomListControl | Vcl.StdCtrls.TCustomCombo | Vcl.StdCtrls.TCustomComboBox | Vcl.StdCtrls.TComboBox | WPAction.TWPTBCustomCombo | WPTbar.TWPTBCombo | TWPComboBox

Description

This class is used to add combo box GUI elements to a WPTools application. To link it to a TWPRichText object either drop it on a TWPToolPanel or TWPToolBar component or use as 'glue' the

Methods

Events

OnChange : TNotifyEvent= procedure (Sender : TObject) of Object

OnClick : TNotifyEvent= procedure (Sender : TObject) of Object

OnDblClick : TNotifyEvent= procedure (Sender : TObject) of Object

OnDragDrop : TDragDropEvent= TDragDropEvent

OnDragOver : TDragOverEvent= TDragOverEvent

OnDrawItem : TDrawItemEvent= TDrawItemEvent

OnDropDown : TNotifyEvent= procedure (Sender : TObject) of Object

OnEndDrag : TEndDragEvent= TEndDragEvent

OnEnter : TNotifyEvent= procedure (Sender : TObject) of Object

OnExit : TNotifyEvent= procedure (Sender : TObject) of Object

OnKeyDown : TKeyEvent= TKeyEvent

OnKeyPress : TKeyPressEvent= TKeyPressEvent

OnKeyUp : TKeyEvent= TKeyEvent

OnMeasureItem : TMeasureItemEvent= TMeasureItemEvent

OnUpdateItems : TNotifyEvent= procedure (Sender : TObject) of Object