Skip to main content

TCustomdxBarComboControl.ControlInactivate(Boolean) Method

Makes an item control inactive.

Declaration

procedure ControlInactivate(Immediately: Boolean); override;

Parameters

Name Type
Immediately Boolean

Remarks

This procedure makes an item control inactive. Before calling the inherited method, ControlInactivate hides a dropdown window. The Immediately parameter determines if a timeout exists before an item control deactivates. If the parameter is True, the item control deactivates immediately, otherwise there is a timespan before deactivation. Descendants can override this method to perform operations on item control deactivation.

See Also