TcxCustomTreeList.IsActive Property
In This Article
Indicates whether the control has focus, or if an in-place editor is opened and focused.
#Declaration
Delphi
property IsActive: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The property returns True, if the tree list is focused or if an in-place editor is opened and focused.
See Also