RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateFileList.Files Property

Returns a particular uploaded file.

Pascal
property Files [I: Integer]: TAbstractWebRequestFile;
C++
__property TAbstractWebRequestFile Files[int I];

Use Files with the Count property to loop through the uploaded files. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!