JVCL Help:TJvDockClient
JVCL Help: TJvDockClient Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvDockBaseControl
TJvDockClient
run\JvDockControlForm.pas
Summary
Manages a dockable child form.
Pascal
run\JvDockControlForm.pas
TJvDockClient = class(TJvDockBaseControl);
Description
- JVCLInfo
Drop a TJvDockClient component on a form to make it dockable: The form can be docked at run-time onto another form that contains a TJvDockServer component. Remember to set the DockStyle property of your DockServer and your DockClient to the same docking style. The DockStyle is one of the "TJvDock___Style" components that is usually on the same form as your JvDockServer.
A form can not contain both a TJvDockServer and a TJvDockClient component, because a form can not play two roles at the same time. Both your DockClient and your DockServer can define where one form can dock against or inside of another form, and in which ways the forms may not be docked together.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page