Board index » cppbuilder » TVariantInParam
Valence
![]() CBuilder Developer |
Valence
![]() CBuilder Developer |
TVariantInParam2007-08-06 02:26:08 AM cppbuilder46 2007 says that TVariantInParam is obsolete. The help does not suggest that, or what to do. What do we replace it with? TOLEBOOL cannot be passed to a TAutoArg without casting to (bool); Why? Isn't it funny that when I google the TVariantInParam, I only get Chinese threads. |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2007-08-07 01:31:37 AM
Re:TVariantInParam
"Valence" < XXXX@XXXXX.COM >wrote in message
Quote2007 says that TVariantInParam is obsolete. The help does QuoteWhat do we replace it with? QuoteTOLEBOOL cannot be passed to a TAutoArg without operators for both 'bool' and TOLEBOOL values. TOLEBOOL also has a conversion operator for 'bool'. So a cast is needed in order for the compiler to know which operators to call. Gambit |
Valence
![]() CBuilder Developer |
2007-08-07 05:24:00 AM
Re:TVariantInParam
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message
Quote
{smallsort} |