[Overview][Types][Classes][Procedures and functions][Index] |
Changes the position for the splitter to the specified NewPosition.
Source position: extctrls.pp line 419
public procedure TCustomSplitter.SetSplitterPosition( |
NewPosition: Integer |
); |
NewPosition |
|
Coordinate where the splitter is moved relative to the ResizeAnchor. |
SetSplitterPosition is a method used to change the position for the splitter control in program code (as opposed to a drag action). It calls the MoveSplitter method using the difference between NewPosition and the current splitter position relative to ResizeAnchor as an argument.
|
Moves the splitter by an amount specified in Offset. |
|
|
GetSplitterPosition returns the current position of the splitter. |
|
|
Indicates the orientation and alignment for the splitter control. |
Version 4.0 | Generated 2025-05-03 | Home |