This event is generated after a file has finished being saved.

[C++Builder]   imagekitcontrolnameEndSave(TObject *Sender, const UnicodeString FileName)
[Delphi]   imagekitcontrolnameEndSave(Sender: TObject, const FileName: string)

Parameters

Name Explanation
FileName The name of the file

Explanation

The EndSave event is generated after a file has finished being saved, i.e. when theFile.FileSaveAsRawData method, the SaveFile method, or the SaveFileMem method have executed. When the SaveFileMem method is used, raw data is loaded and so the FileName parameter will be an empty string.

Differences from ImageKit7/8/9/10 ActiveX

In C++Builder, the FileName parameter is changed to the type UnicodeString. In Delphi, the FileName parameter is changed to the type string.

 

The ImageKit10 VCL is a product created by Newtone Corporation