]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
fixed assert in SetItemText() for wxTR_MULTIPLE controls
[wxWidgets.git] / docs / latex / wx / variant.tex
index 06384d9f3b9602643b009977867af6b0ad4be4f3..951992df297d62ffea9b84c4383b1af982c590bc 100644 (file)
@@ -17,10 +17,6 @@ for different data types, or a remote procedure call protocol.
 An optional name member is associated with a wxVariant. This might be used, for example, in CORBA
 or OLE automation classes, where named parameters are required.
 
-wxVariant is similar to wxExpr and also to wxPropertyValue. However, wxExpr is efficiency-optimized for
-a restricted range of data types, whereas wxVariant is less efficient but more extensible.
-wxPropertyValue may be replaced by wxVariant eventually.
-
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}