TcxTabControlTabDragAndDropEvent Type
In This Article
#Declaration
Delphi
TcxTabControlTabDragAndDropEvent = procedure(AControl: TcxCustomTabControl; AIndex: Integer; ADestinationIndex: Integer; var AAccept: Boolean) of object;
#Parameters
Name | Type |
---|---|
AControl | Tcx |
AIndex | Integer |
ADestination |
Integer |
AAccept | Boolean |
See Also