Back to Devexpress

TdxFramedControlDragBorderEvent Type

vcl-dxframedcontrol-c1730773.md

latest1.1 KB
Original Source

TdxFramedControlDragBorderEvent Type

The procedural type for border drag events that occur in framed controls.

Declaration

delphi
TdxFramedControlDragBorderEvent = procedure(ASender: TdxFramedControl; ABorder: TcxBorder; var ADone: Boolean) of object;

Parameters

NameTypeDescription
ASenderTdxFramedControl

The framed control that raised the border drag event.

| | ABorder | TcxBorder |

Returns the dragged border.

| | ADone | Boolean |

If False (default), the application layout formed by adjacent resizable frames is recalculated automatically after a frame resize operation. Set this parameter to True if you need to update the layout in the event handler.

|

Remarks

A framed control’s OnDragBorder event references the TdxFramedControlDragBorderEvent procedural type.

See Also

dxFramedControl Unit