Performance Issue with Setting Field.DisplayLabel

Jens Fudickar

Member³
Hi

i have Performance Problem with this line:

iDataset.Fields.DisplayLabel := s;

The line is called a lot of times and AQTime shows me that it takes nearly 10 seconds for 200 Calls (0.05 Seconds per Call).

Is there a chance to boost this.

Greetings
Jens
 
I assume this is caused by the fact that this change needs to be propagated to all controls that display this label. I'm not sure how this could be improved.
 
Back
Top