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

TControlStateType

TControlStateType - an enumerated type listing the possible states (status) of Control

Declaration

Source position: controls.pp line 233

type TControlStateType = (

  csLButtonDown,

  

  csClicked,

  

  csPalette,

  

  csReadingState,

  

  csFocusing,

  

  csCreating,

  

  csPaintCopy,

  

  csCustomPaint,

  

  csDestroyingHandle,

  

  csDocking,

  

  csVisibleSetInLoading

  

);

Description

Enumerated type comprising

csLButtonDown,
    csClicked,
    csPalette,
    csReadingState,
    csAlignmentNeeded,
    csFocusing,
    csCreating,
    csPaintCopy,
    csCustomPaint,
    csDestroyingHandle,
    csDocking,
    csVisibleSetInLoading
The latest version of this document can be found at lazarus-ccr.sourceforge.net.