RAD Studio VCL Reference
|
Lists the uploaded files in the collection.
property Items [I: Integer]: TAbstractWebRequestFile;
__property TAbstractWebRequestFile Items[int I];
Read Items to access the descriptions of the individual uploaded files in the collection.
I is the index of the file to access, where 0 indicates the first file, 1 indicates the second file, and so on. The value of I must be less than the value of the Count property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|