[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomSplitter.SetResizeAnchor

Sets the value for the ResizeAnchor property.

Declaration

Source position: extctrls.pp line 408

protected procedure TCustomSplitter.SetResizeAnchor(

  const AValue: TAnchorKind

); virtual;

Arguments

AValue

  

New value for the ResizeAnchor property.

Description

SetResizeAnchor calls UpdateCursor to change the resize cursor to the value needed for the ResizeAnchor enabled for the control. The Align property is changed to alNone to allow the splitter control to be dragged when the MoveSplitter method is called.

See also

TCustomSplitter.ResizeAnchor

  

Indicates the orientation and alignment for the splitter control.

TCustomSplitter.UpdateCursor

  

Updates the cursor shape to reflect the ResizeAnchor for the splitter.

TCustomSplitter.Align

  

Specifies the aligned edge for the splitter within its Parent and relative to ResizeControl.

TCustomSplitter.MoveSplitter

  

Moves the splitter by an amount specified in Offset.


Version 4.0 Generated 2025-05-03 Home