TcxControlChildComponent.IsLoading Property
Specifies whether the current component is being loaded.
Declaration
property IsLoading: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns True if the ComponentState property contains the csLoading flag; otherwise, False.
See Also