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

TControl.ControlState

ControlState - whether mouse has been clicked, data being read, control being re-drawn, etc

Declaration

Source position: controls.pp line 1389

public property TControl.ControlState: TControlState
  read FControlState
  write FControlState;

Description

// standard properties, which should be supported by all descendants

ControlState - whether mouse has been clicked, data being read, control being re-drawn, etc. Reads or stores the state of the control.

See also

#lcl.Controls.TControlState

  

Set of permissible Control States

The latest version of this document can be found at lazarus-ccr.sourceforge.net.