TdxFramedControlDragBorderEvent Type
In This Article
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
Name | Type | Description |
---|---|---|
ASender | Tdx |
The framed control that raised the border drag event. |
ABorder | Tcx |
Returns the dragged border. |
ADone | Boolean | If |
#Remarks
A framed control’s OnDragBorder event references the TdxFramedControlDragBorderEvent
procedural type.
See Also