Skip to main content

TdxCustomRibbonForm.BorderIcons Property

Specifies buttons on the form’s title bar.

Declaration

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