Skip to main content

TdxDockControlCloseQueryEvent Type

Declaration

TdxDockControlCloseQueryEvent = procedure(Sender: TdxCustomDockControl; var CanClose: Boolean) of object;

Parameters

Name Type
Sender TdxCustomDockControl
CanClose Boolean
See Also