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

TCustomSplitter.AnchorSplitter

AnchorSplitter anchors the splitter to AControl using the specified Kind of anchor.

Declaration

Source position: extctrls.pp line 390

public procedure TCustomSplitter.AnchorSplitter(

  Kind: TAnchorKind;

  AControl: TControl

);

Description

Updates values in ResizeAnchor, Anchors and AnchorSide to reflect the value in Kind. Calls UpdateCursor to set the cursor shape for the anchor kind. Resizes the splitter to reflect the new value in ResizeAnchor.