DIBMP:IsResource Access
<< Click to Display Table of Contents >> DIBMP:IsResource Access |
![]() ![]() ![]() |
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