This property refers to the image handle of the raw image data
[C++Builder] imagekitcontrolname->FileIO->ImageHandleRawData[
= unsigned) ]
[Delphi] imagekitcontrolname.FileIO.ImageHandleRawData[
= THandle ]
Property Value
The image handle of the raw image data.
Explanation
Th ImageHandleRawData property refers to the image handle of the raw image data
By executing the FileLoadAsRawData method, load raw image data and set its image handle in this property. By executing the FileSaveAsRawData method, you can save the raw image data to file.
Setting this value
This value can be set at run-time.
Retrieving this value
This value can be retrieved at run-time.