STATE_text_is_text

 

 


  Checks whether the given text handle is legal and represents a handle of a text.
  If the handle is not a legal text handle then a popup window will pop out (only if popup_title!=NULL).
  This function is used mainly for debugging (similar to the C++ function assert() )
  Return value: YES or NO.
  Arguments:
  	text_handle: The handle of the text to be examined.
    popup_title: The title of the popup that will pop-out in case the given handle does not represent
  				a legal text handle. If popup_title==NULL then there wont be any popup
  				The best is to give the function name so if you get the error you know
  				what function should be fixed.

 

 

Go to page 1      Select API

 

Copyright © 2007 3DSTATE Corporation. www.3dstate.com