Hi,
I'm using a timeline component with a timelinedatabaseadapter. When I set an annotations textwordwrap property to true in the database the wordwrap doesn't take effect.
When I add an end date to the indicator and make it a section then the sections textwordwrap works as it should. If I then delete the end date and make it an indicator again the textwordwrap property for the annotation doesn't take effect.
This is the code that is making the change for the textwordwrap property:
AIndicator.Annotation.Appearance.TextWordWrap := AFields.FieldByName('T_Wrap').AsBoolean;
ASection.Appearance.TextWordWrap := AFields.FieldByName('T_Wrap').AsBoolean;
Regards Greg