RAD Studio VCL Reference
|
Lists the file references that make up this adapter field's value.
property Files [I: Integer]: TAbstractWebRequestFile;
__property TAbstractWebRequestFile Files[int I];
Read Files to access the content of a file that is the value of the adapter field. Files is an array of TAbstractWebRequestFile objects, where each object describes the content of a file and provides a stream from which to read the file's value.
I is the index of a file, where 0 indicates the first file, 1 indicates the second file, and so on. The FileCount property provides an upper bound on the value of I.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|