TdxDockEvent Type
Declaration
TdxDockEvent = procedure(Sender: TdxCustomDockControl; Site: TdxCustomDockControl; ADockType: TdxDockingType; AIndex: Integer) of object;
Parameters
Name | Type |
---|---|
Sender | TdxCustomDockControl |
Site | TdxCustomDockControl |
ADockType | TdxDockingType |
AIndex | Integer |
See Also