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

TResizeStyle

TResizeStyle - enumerated type for style of resizing using splitters

Declaration

Source position: extctrls.pp line 578

type TResizeStyle = (

  rsLine,

  

  rsNone,

  

  rsPattern,

  

  rsUpdate

  

);

Description

rsLine - draw a line, don't update splitter position during moving rsNone - draw nothing and don't update splitter position during moving rsPattern - draw a dot pattern, don't update splitter position during moving rsUpdate - draw nothing, update splitter position during moving

The latest version of this document can be found at lazarus-ccr.sourceforge.net.