Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - bmcount http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BmCount
 Get number of bitmaps loaded
------------------------------------------------------------------------------
 Syntax

    BmCount() -> nCount

 Returns

    Number of bitmaps in memory.

 Description

    Faxual II keeps an internal table of all loaded bitmaps.  BmHandle() and
    BmCount() let you access the table to read the handles of all bitmaps in
    memory.

 Example

    .   This example unloads all bitmaps from memory.

        do while BmCount() > 0
            BmUnload(BmHandle(1))
        enddo

See Also: BmHandle

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson