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

TdxCustomRibbonForm.BorderIcons Property

Specifies buttons on the form’s title bar.

#Declaration

Delphi
property BorderIcons: TBorderIcons read; write;

#Property Value

Type Description
TBorderIcons

A set of flags that specify displayed buttons.

#Remarks

The following table describes flags that the BorderIcons property can contain:

Value

Description

biSystemMenu

The form shows the System menu.

Note

If the BorderIcons property does not contain this flag, the title bar displays no buttons, even if other flags are present.

biMinimize

The title bar shows the Minimize button.

biMaximize

The title bar shows the Maximize button.

biHelp

The title bar shows the Help button.

Note

The current border style defines which buttons the form can display. Refer to the BorderStyle property description for information on available border styles and their button-related limitations.

See Also