JVCL Help:TJvDockBasicStyle.CanSetLeftDocked
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDockBasicStyle.CanSetLeftDocked Method
[+] TJvDockBasicStyle Methods
[+] TJvDockBasicStyle Properties
Search in JVCL Help
Search in all projectsSummary
Returns whether the LeftDock property of a docking component can be set.
Pascal
functionCanSetLeftDocked(ADockBaseControl: TJvDockBaseControl): Boolean; virtual;
Parameters
Parameters | Description |
ADockBaseControl: TJvDockBaseControl | The docking component whose LeftDock property will be changed. |
Return Value
True if the LeftDock property of ADockBaseControl can be changed, false otherwise.
Description
The dock components use CanSetLeftDocked to determine whether a LeftDock properties can be altered.
The docking style associated with a dock component (TJvDockClient or TJvDockServer) determines whether the LeftDock property of that dock component can be changed.
See Also
TJvDockClient.LeftDock, TJvDockServer.LeftDock
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