X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..c03c654417b649f21f50f6bb55adebe0bb4f17c2:/interface/wx/variant.h?ds=inline diff --git a/interface/wx/variant.h b/interface/wx/variant.h index 6fe96be13d..ee3f8db494 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -26,6 +26,10 @@ the wxVariantData object, unlike the case for basic data types where convenience functions such as GetLong() can be used. + Under Microsoft Windows, two additional wxVariantData-derived classes -- + wxVariantDataCurrency and wxVariantDataErrorCode -- are available for + interoperation with OLE VARIANT when using wxAutomationObject. + Pointers to any wxObject derived class can also easily be stored in a wxVariant. wxVariant will then use wxWidgets' built-in RTTI system to set the type name (returned by GetType()) and to perform type-safety checks at