JVCL Help:FindDockClient
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: FindDockClient function
[+] JvDockControlForm.pas Functions
Search in JVCL Help
Search in all projectsSummary
Returns a TJvDockClient component given its owner.
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. |
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.
See Also
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