|
This function has the following syntax:
function OnAfterUpload(Input: Variant; UploadSuccessful: Boolean);
begin
end;
Parameter name
|
Description
|
Input
|
This is the value that was uploaded into the target column, or it could also represent a file name whose contents were uploaded.
|
UploadSuccessful
|
This value indicates if the row was uploaded successfully.
|
|