Loading...
 

ViewExport

ViewExport

virtual void ViewExport(char *buffer, WOF_FLAGS flags = 0);

Parameters Description
buffer Output string buffer
flags Output conversion can be controlled with flags

The virtual function ViewExport() is called by InstantView® whenever an object is to be converted into a string.
This is the case when

  • Statement FillWindow meets a string input field associated with an object
  • a member object is visualised in an object box
  • the conversion was explicitly requested with a string processing instruction.

In the last two cases the conversion can be controlled with a flag.
CX_CLASS::ViewExport() generates an error message indicating that the affected object is not convertible into a string.