[Overview][Types][Classes][Procedures and functions][Index] |
Changes the position for the splitter to the specified NewPosition.
Source position: extctrls.pp line 394
public procedure TCustomSplitter.SetSplitterPosition( |
NewPosition: Integer |
); |
NewPosition |
|
Coordinate where the splitter is moved in the orientation for the ResizeAnchor. |
Calls MoveSplitter using the difference between NewPosition and the current splitter position as an argument.
|
MoveSplitter moves the splitter by an amount specified in Offset. |
|
|
GetSplitterPosition returns the current position of the splitter. |