TdxFramedControlDragBorderEvent Type
The procedural type for border drag events that occur in framed controls.
Declaration
TdxFramedControlDragBorderEvent = procedure(ASender: TdxFramedControl; ABorder: TcxBorder; var ADone: Boolean) of object;
Parameters
| Name | Type | Description |
|---|---|---|
| ASender | TdxFramedControl | The framed control that raised the border drag event. |
| ABorder | TcxBorder | Returns the dragged border. |
| ADone | Boolean | If |
Remarks
A framed control’s OnDragBorder event references the TdxFramedControlDragBorderEvent procedural type.
See Also