Hi there
For those components that have a .Refresh method. When is this method call absolutely necessary?
As an example, I have controls in a modal sheet / container that change and the contents are updated during Read from a database and then displayed. Is it compulsory for each of the components inside the Modal / Container to have their .Refresh methods called, e.g. after updating .Visibility and or .Text or .State properties during run time?
Does the .ShowModal method also refresh the components / one should call .Refresh method on all the components when some of the properties are changed?
Thanks?
For those components that have a .Refresh method. When is this method call absolutely necessary?
As an example, I have controls in a modal sheet / container that change and the contents are updated during Read from a database and then displayed. Is it compulsory for each of the components inside the Modal / Container to have their .Refresh methods called, e.g. after updating .Visibility and or .Text or .State properties during run time?
Does the .ShowModal method also refresh the components / one should call .Refresh method on all the components when some of the properties are changed?
Thanks?