RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFileField Class

TAdapterFileField is an event handler based adapter field that can accept uploaded files.

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

WebAdapt

TAdapterFileField publishes the properties in TCustomAdapterFileField. TCustomAdapterFileField calls event handlers to retrieve the adapter field's filenames, validate files uploaded by the end-user, and update the adapter field's files. 

Add TAdapterFileField to TAdapter or other adapter components types when you need an adapter field that supports files using event handlers. There are other adapter field components that use event handlers. They differ in the type and number of values that are supported. See TAdapterField, TAdapterMultiValueField, TAdapterMemoField, TAdapterBooleanField and TAdapterImageField

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!