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

TCustomPairSplitter.SplitterType

Specifies the orientation for the splitter in the component.

Declaration

Source position: pairsplitter.pas line 121

public property TCustomPairSplitter.SplitterType : TPairSplitterType
  read FSplitterType
  write SetSplitterType
  default pstHorizontal;

Description

SplitterType is a TPairSplitterType property which specifies the orientation for the splitter in the component. The values in TPairSplitterType dictate the splitter orientation relative to the adjacent children in Sides. Setting a new value in the SplitterType property causes the value in the Cursor property to be changed to match the selected orientation. For example:

pstHorizontal
Splitter is oriented to size adjacent children horizontally. Cursor is set to crHSplit. (Default value)
pstVertical
Splitter is oriented to size adjacent children vertically. Cursor is set to crVSplit.

See also

TCustomPairSplitter.Cursor

  

Cursor displayed when the control is resized.

TPairSplitterType

  

Sets the orientation for the Splitter in TPairSplitter.

TCursor

  

Defines the range of values used for cursor shapes.


Version 4.0 Generated 2025-05-03 Home