DIBMP:IsResource Access

<< Click to Display Table of Contents >>

Navigation:  DiBMP Class >

DIBMP:IsResource Access

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

This access returns TRUE if the bitmap was loaded from a resource; otherwise, it returns FALSE.

Example

if oDIBMP:IsResource

? "BMP was loaded from a DLL or EXE resource"

endif