Texts::Read

 

This method enable the text input line in the text window.  It will also display the text received in argument in the text input window.

 

 

Syntax

 

void  Read(

          char format[],

          ...

) ;

 

 

Parameters

 

format, ...

                    This method use the same parameter syntax as the printf function..

 

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          TomoVision_Util.hpp

          TomoVision_Tools.hpp

 

Library:

          TomoVision_Util.lib

          TomoVision_Tools.lib

 

 

Example

 

static          texts  demo ;

 

 

 

See also