RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField Class

TCustomAdapterImageField is a base class for adapter fields that have an associated image file.

Pascal
TCustomAdapterImageField = class(TAdapterUpdateField, IGetAdapterImage, IGetAdapterItemRequestParams, IAdapterRequestHandler, IWebImageHREF);
C++
class TCustomAdapterImageField : public TAdapterUpdateField, public IGetAdapterImage, public IGetAdapterItemRequestParams, public IAdapterRequestHandler, public IWebImageHREF;

WebAdapt

Derived from TCustomAdapterImageField when the adapter field can an associated image file. Typically, a file input HTML element is used to upload an image file. HTML IMG elements are used to display the image. 

 

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