Vcl.ExtCtrls.TSplitter.RequestAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RequestAlign; override;

C++

virtual void __fastcall RequestAlign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TSplitter

Description

Changes the cursor when the alignment of the splitter changes.

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.

See Also