Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxBarComboControl.ControlInactivate(Boolean) Method

Makes an item control inactive.

#Declaration

Delphi
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