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

TControlStateType

State flags of a Control

Declaration

Source position: controls.pp line 284

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.