RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterFileField Class

TCustomAdapterFileField is a base class for adapter fields that can have associated files.

Pascal
TCustomAdapterFileField = class(TBaseAdapterMultiValueField);
C++
class TCustomAdapterFileField : public TBaseAdapterMultiValueField;

Derive from TCustomAdapterFileField when the adapter field can have zero or more associated files. Typically, file input HTML elements are used to upload files. Multiple file input HTML elements having the same name can be used to upload multiple files in a single request. 

 

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