Back to Devexpress

TdxDockEvent Type

vcl-dxdockcontrol-bc782c0d.md

latest597 B
Original Source

TdxDockEvent Type

Declaration

delphi
TdxDockEvent = procedure(Sender: TdxCustomDockControl; Site: TdxCustomDockControl; ADockType: TdxDockingType; AIndex: Integer) of object;

Parameters

NameType
SenderTdxCustomDockControl
SiteTdxCustomDockControl
ADockTypeTdxDockingType
AIndexInteger

See Also

dxDockControl Unit