This method loads image data from a file as raw data.
[C++Builder] [ bool =
]imagekitcontrolname->FileIO->FileLoadAsRawData()
[Delphi] [ Boolean =
]imagekitcontrolname.FileIO.FileLoadAsRawData()
Parameters
None
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The FileLoadAsRawData method loads image data from a file as raw data.
The file set in the FileName property will be loaded and the raw image data set in the ImageHandleRawData property.
To display a caption, message, and button in the Progress dialog box when loading files, set the Caption, Message and ButtonName properties.