Language Reference Guide : 4. System Classes : BitmapObject Class : LoadLong Method
 
Share this page                  
LoadLong Method
The LoadLong method loads the object with the data contained within a LongByteObject or StringObject.
If the BitmapObject is attached to a FormField or a stored TaggedValue Item, using this in your program during development may change your frame's source definition. See BitmapObject Attributes and Methods Affecting the Frame Source (see BitmapObject Class).
This method has the following syntax:
integer = BitmapObject.LoadLong(object = Object);
This method has the following parameter:
object
(Required) Specifies the object from which this object's data will be loaded
Note:  TIFF, WINDOWICON, and WINDOWCURSOR file formats are unsupported.
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.