TIvoryBitmap::FileName

Specifies the bitmap's file name and loads the bitmap.

__property String FileName;

Description

Use FileName to specify the bitmap file name. After changing the value of this property, TIvoryBitmap loads the bitmap from the file. You can also use LoadFromFile to load a bitmap from a BMP file.

Back to TIvoryBitmap