JVCL Help:TJvDockClient

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDockBaseControl
TJvDockClient
run\JvDockControlForm.pas


Summary

Manages a dockable child form.

run\JvDockControlForm.pas


Pascal

 run\JvDockControlForm.pas
 TJvDockClient = class(TJvDockBaseControl);


Description

  1. 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.

run\JvDockControlForm.pas


About

Navigation

run\JvDockControlForm.pas



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