TcxControlChildComponent.IsLoading Property
In This Article
Specifies whether the current component is being loaded.
#Declaration
Delphi
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