[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 226

type TControlStateType = (

  csLButtonDown,

  

  csClicked,

  

  csPalette,

  

  csReadingState,

  

  csAlignmentNeeded,

  

  csFocusing,

  

  csCreating,

  

  csPaintCopy,

  

  csCustomPaint,

  

  csDestroyingHandle,

  

  csDocking,

  

  csVisibleSetInLoading

  

);

Description

Enumerated type comprising

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