Assign an object to a value
Posted: Fri Sep 18, 2009 12:15 pm
Hello,
I use TPieSeries to draw some values on a pie.
Each value is provided by custom objects.
These values can be change by the rest of the application (via my custom objects).
Is there a way to link the object to the value.
I need this to update my pie when values (stored in my objects) changed.
I see it's possible to have a string by value with the TLabelsList::Labels property.
I'm looking for a void* or TObject * property available by value.
Is it possible ?
Thanks for your help.
PurL
I use TPieSeries to draw some values on a pie.
Each value is provided by custom objects.
These values can be change by the rest of the application (via my custom objects).
Is there a way to link the object to the value.
I need this to update my pie when values (stored in my objects) changed.
I see it's possible to have a string by value with the TLabelsList::Labels property.
I'm looking for a void* or TObject * property available by value.
Is it possible ?
Thanks for your help.
PurL