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

TdxBarWinControl Class

TdxBarWinControl is the abstract base class for all windowed item controls.

#Declaration

Delphi
TdxBarWinControl = class(
    TdxBarItemControl
)

#Remarks

Windowed item controls are item controls that:

  • Can receive focus in a running application. Other controls may display data, but users can use the keyboard to interact with an item control only if the item control is a windowed control.

  • Have a window handle. A window handle is the identifier provided by Windows(r) for a window.

All windowed item controls on toolbars are TdxBarWinControl class descendants. TdxBarEditControl, TCustomdxBarComboControl, TdxBarComboControl classes derive methods and properties from the TdxBarWinControl class.

#Inheritance

See Also