Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridCellNumber Question Collapse All
Subject Author Date
tera t Aug 21, 2008 - 2:21 AM

Hello.


Prof uses VARIANT.

If it is COleVariant, a description becomes easy Why are you?

The reason to use VARIANT for?

Technical Support Aug 24, 2008 - 12:02 PM

You can learn how to use CExtGridCellVariant cells from the ProfUIS_Controls and SimpleGrids samples.

Technical Support Aug 21, 2008 - 1:29 PM

The VARIANT data structure is defined in OLE Automation API. That is why we used this type as is. The COleVariant class in the MFC library and the CComVariant class in the ATL library are designed as wrapper classes with additional functionality which we don’t need. Our CExtGridCellVariant grid cell class has the VARIANT data structure in the list of base class members and includes all the required APIs for using the VARIANT’s internal data formats as data of grid cell. So you should be able to assign any objects of wrapper classes around VARIANT data structure from our VARIANT-based grid cell objects. Besides our CExtGridCellVariant grid cell class includes support for 64-bit numeric types on old Windows OS versions and additional helper APIs which are needed for using VARIANT data inside grid cells.

tera t Aug 21, 2008 - 6:16 PM

Hello.


There had better be an interlocking movement sample program of COleVariant and CExtGridCellVariant?