User (Legacy) Posted November 29, 2003 Report Share Posted November 29, 2003 Hi, Just wondering if anyone knows why I can't get this compiled in Delphi 4.0. ChartFX1.Stripe[0].To := 20; When delphi sees the 'To' part of it, it thinks it's used like a for - to loop or something. This also happens when I try to do a label like this: ChartFX1.ConstantLine[0].Label := 'Hello'; It thinks the label is a label to a control or something. Can anyone help? e-mail me at: albremer@henryetta.net or I'll try to get back to this list. al Link to comment Share on other sites More sharing options...
Software FX Posted December 1, 2003 Report Share Posted December 1, 2003 Hi, please try ChartFX1.Stripe[0].To_ := 20; GA Software FX, Inc. "Al" <albremer@henryetta.net> wrote in message news:onp8PentDHA.3808@WEBSERVER1... > Hi, > > Just wondering if anyone knows why I can't get this compiled in Delphi 4.0. > > ChartFX1.Stripe[0].To := 20; > > When delphi sees the 'To' part of it, it thinks it's used like a for - to > loop or something. This also happens when I try to do a label like this: > > ChartFX1.ConstantLine[0].Label := 'Hello'; > > It thinks the label is a label to a control or something. > > Can anyone help? > > e-mail me at: albremer@henryetta.net or I'll try to get back to this list. > > al > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.