Hi guys! Does anybody have example of how to use the TDockTabSet (VCL) component to make advanced docking user interfaces? :-) I find example. Thank you.
TForm is derived from TWinControl. All TWinControls have the ability to be dragged and docked. The property FloatDockSiteClass (which has a default) defines the container in which any TWinControl is placed when it is floated. If you need control over a frame being undocked, it will be placed in a temporary dynamically created form defined by TFloatDockSiteClass. If you want control of this form you need to implement your own and assigning to the frames.
David Hoyle would you like to explain it my CTO?!))))
ReplyDeleteTForm is derived from TWinControl. All TWinControls have the ability to be dragged and docked. The property FloatDockSiteClass (which has a default) defines the container in which any TWinControl is placed when it is floated. If you need control over a frame being undocked, it will be placed in a temporary dynamically created form defined by TFloatDockSiteClass. If you want control of this form you need to implement your own and assigning to the frames.
ReplyDeleteMmm, I understand you
ReplyDelete