Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

 

Code Block
// Load a OLE Picture object
bmpFile = ".\bmps\somepic.bmp"
pPicture = Utility( "LOAD_PICTURE", bmpFile )
// Do something with the picture object
picInfo = Utility( "PICTURE_PROPS", pPicture )
picType = picInfo<3> ; * // PICTYPE
// Call it's release method 
call Utility( "IUNKNOWN_RELEASE", pPicture )