Language Reference Guide : 4. System Classes : LongVcharObject Class : LoadString Method
 
Share this page                  
LoadString Method
The LoadString method loads the object with the data contained within a StringObject or a BitmapObject.
This method has the following syntax:
integer = LongVcharObject.LoadString(object = Object);
This method has the following parameter:
object
(Required) Specifies the object from which this object's data will be loaded
This method returns ER_OK if successful. If any errors occur, the method returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.