Language Reference Guide : 4. System Classes : LongByteObject Class : LoadValue Method
 
Share this page                  
LoadValue Method
The LoadValue method loads the object with the data contained within a StringObject, BitmapObject, LongByteObject, or a LongVcharObject.
This method has the following syntax:
integer = LongByteObject.LoadValue(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.