DBLookupComboBox.OnDropDown

Syntax

Sub OnDropDown(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnDropDown;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnDropDown event occurs on expanding of the DBLookupComboBox component list.

See also:

DBLookupComboBox