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

TControlState

Set of permissible Control States

Declaration

Source position: controls.pp line 244

type TControlState = set of (

  csLButtonDown,

  

  csClicked,

  

  csPalette,

  

  csReadingState,

  

  csAlignmentNeeded,

  

  csFocusing,

  

  csCreating,

  

  csPaintCopy,

  

  csCustomPaint,

  

  csDestroyingHandle,

  

  csDocking,

  

  csVisibleSetInLoading

  

);

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads