X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bf14ab8b14d3a999fe1159d2bec33740e066a53..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/variant.h diff --git a/interface/wx/variant.h b/interface/wx/variant.h index eebfe36a0a..1e9fe477f5 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -2,8 +2,7 @@ // Name: variant.h // Purpose: interface of wxVariant // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -26,6 +25,10 @@ the wxVariantData object, unlike the case for basic data types where convenience functions such as GetLong() can be used. + Under Microsoft Windows, three additional wxVariantData-derived classes -- + wxVariantDataCurrency, wxVariantDataErrorCode and wxVariantDataSafeArray -- + 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