JVCL Help:TJvDockVCStyle.CanSetEachOtherDocked@TJvDockBaseControl

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns whether the EachOtherDock property of a docking component can be set.


Pascal

 functionCanSetEachOtherDocked(ADockBaseControl: TJvDockBaseControl): Boolean; override;


Parameters

Parameters Description
ADockBaseControl: TJvDockBaseControl The docking component whose EachOtherDock property will be changed.


Return Value

True if the EachOtherDock property of ADockBaseControl can be changed, false otherwise.


Description

The dock components use CanSetEachOtherDocked to determine whether an EachOtherDock properties can be altered. The docking style associated with a dock component (TJvDockClient or TJvDockServer) determines whether the EachOtherDock property of that dock component can be changed.


See Also

TJvDockClient.EachOtherDock, TJvDockServer.EnableDock


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