RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.RequestAlign Method

Changes the cursor when the alignment of the splitter changes.

Pascal
procedure RequestAlign; override;
C++
virtual __fastcall RequestAlign();

RequestAlign changes the cursor from crHSplit to crVSplit when the Align property changes to alBottom or alTop. It changes the cursor from crVSplit to crHSplit when the Align property changes to any other value. 

If the Cursor property is not crHSplit or crVSplit, RequestAlign has no effect. 

Override RequestAlign to suppress the automatic cursor change or to implement a different association between alignment and the splitter's cursor. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!