Contains state flags which indicate whether the control has been clicked, data is being read, or the control is being re-drawn, etc.
Source position: controls.pp line 1782
public property TControl.ControlState : TControlState |
ControlState is a TControlState property which contains flags that indicate when actions are detected or handled for the control. It is a set type which contains zero or more values from the TControlStateType enumeration.
Values are added to the property when an event is detected. Values are removed from the property in methods which handle the event by performing some action on the control.
For more information about the values in the enumeration and their uses and meanings, please refer to TControlStateType.
|
Updates control flags and reads the data for the component. |
|
|
Moves the control into a new docksite. |
|
|
Handles a LM_LBUTTONDOWN (left mouse button down) message for the control. |
|
|
Message handler for left mouse button up events. |
|
|
The general message handler for this control. |
|
|
Set of control states used in a control. |
|
|
State flags of a Control. |
CT Web help |
CodeTyphon Studio |