[Overview][Types][Classes][Procedures and functions][Index] |
Enumerated type with the drawing styles available when resizing using a splitter.
Source position: extctrls.pp line 350
type TResizeStyle = ( |
||
rsLine, |
|
Draw a line, but don't update splitter position during movement. |
rsNone, |
|
Draw nothing and don't update splitter position during movement. |
rsPattern, |
|
draw a dot pattern, but don't update splitter position during movement. |
rsUpdate |
|
Draw nothing, but update splitter position during movement |
); |
TResizeStyle is an enumerated type with the drawing styles and actions available when resizing using a splitter. TResizeStyle is the type used to implement the ResizeStyle property in TCustomSplitter.
|
Display style used when the splitter control is moved. |
Version 4.0 | Generated 2025-05-03 | Home |