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

TListBoxStyle

TListBoxStyle - enumerated type for style of listbox

Declaration

Source position: stdctrls.pp line 474

type TListBoxStyle = (

  lbStandard,

  

  lbOwnerDrawFixed,

  

  lbOwnerDrawVariable

  

);