JVCL Help:FindDockClient

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns a TJvDockClient component given its owner.

run\JvDockControlForm.pas


Pascal

 run\JvDockControlForm.pas
 functionFindDockClient(Client: TControl): TJvDockClient;


Parameters

Parameters Description
Client: TControl The control that owns a TJvDockClient component. Generally, this parameter is an object of TForm.

run\JvDockControlForm.pas


Description

Call FindDockClient to search for a TJvDockClient component owned by Client.
FindDockClient searches the Client’s children and returns the first TJvDockClient component. If no child component is of type TJvDockClient, FindChildControl returns nil.
Note that a form can have at most 1 TJvDockClient as child, and can not have both a TJvDockClient and a TJvDockServer as child.

run\JvDockControlForm.pas


See Also

FindDockServer

run\JvDockControlForm.pas


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