ImageName.Initialize Method
Syntax
.Initialize( Image_Pair_List as C )
Arguments
- Image_Pair_List
One or more pairs of CR-LF delimited entries. The entries are in the format: Real_Image_Name = Logical_Image_Name.
Description
The <ImageName>.Initialize() method adds one or more logical image name entries to the string dictionary.
Example
dim ir as P
dim nm as P
ir = ImageResource.get()
nm = ir.GetBitmapNameMap()
nm.Initialize(<<%str%
image_1=$a5_folder
image_2=$a5_folder_open
%str%)
? nm.exists("image_1")
= .T.See Also