Subject | variant types |
---|---|
Author | Daniel Bertin |
Post date | 2002-03-05T14:55:31Z |
Hi all,
Is there special treatment to give variant types with FB/IB? Delphi manual
says it can assign no problem. But when I execute this code,
DataM.AxlesAXPOS.AsInteger := EDAxPos.Value;
I get an error "Invalid Variant type conversion".
Does anyone have a suggestion on how I should handle this?
Thanks
Daniel
[Non-text portions of this message have been removed]
Is there special treatment to give variant types with FB/IB? Delphi manual
says it can assign no problem. But when I execute this code,
DataM.AxlesAXPOS.AsInteger := EDAxPos.Value;
I get an error "Invalid Variant type conversion".
Does anyone have a suggestion on how I should handle this?
Thanks
Daniel
[Non-text portions of this message have been removed]