JVCL Help:TJvSyncSplitter

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSplitter
TJvSyncSplitter
run\JvSyncSplitter.pas


Summary

Synchronizes two split controls.

run\JvSyncSplitter.pas


Pascal

 run\JvSyncSplitter.pas
 TJvSyncSplitter = class(TJvSplitter);


Description

  1. 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.

run\JvSyncSplitter.pas


About

Navigation

run\JvSyncSplitter.pas



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