JVCL Help:TJvDockVSChannel.FindDockControl

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the block and pane index that contains a given control.


Pascal

 functionFindDockControl(Control: TWinControl; varBlockIndex: Integer; varPaneIndex: Integer): Boolean;


Parameters

Parameters Description
Control: TWinControl The control to search for.
var BlockIndex: Integer Description for this parameter
var PaneIndex: Integer Description for this parameter


Return Value

True, if the control is found on the channel, false otherwise.


Description

Call FindDockControl to obtain information about the position of a control (usually a form) on the channel. Specify the form to search for as the value of the Control parameter.


See Also

TJvDockVSChannel.FindPane


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