Skip to main content

TcxTabControlTabDragAndDropEvent Type

Declaration

TcxTabControlTabDragAndDropEvent = procedure(AControl: TcxCustomTabControl; AIndex: Integer; ADestinationIndex: Integer; var AAccept: Boolean) of object;

Parameters

Name Type
AControl TcxCustomTabControl
AIndex Integer
ADestinationIndex Integer
AAccept Boolean
See Also