JVCL Help:TJvSyncSplitter
JVCL Help: TJvSyncSplitter Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSplitter
TJvSyncSplitter
run\JvSyncSplitter.pas
Summary
Synchronizes two split controls.
Pascal
run\JvSyncSplitter.pas
TJvSyncSplitter = class(TJvSplitter);
Description
- JVCLInfo
Use TJvSyncSplitter to synchronize the movements of two splitters.
SetPartner to specify another TJvSyncSplitter control which must be synchronized with the splitter.
If you specify a Partner and change the position of the splitter at runtime, the position of the "partner" splitter will change also.
If you also set the Partner property of the second splitter to the first splitter, then both splitters will be synchronized. So if you move either of these TJvSyncSplitter controls at run-time, the position of the other TJvSyncSplitter control will change 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