RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField Class

TAdapterUpdateField is a base class for adapter field components that support data entry into an HTML form.

Pascal
TAdapterUpdateField = class(TAdapterNamedDisplayField, IGetAdapterValuesList, IUpdateValue, IValidateValue, ICheckValueChange);
C++
class TAdapterUpdateField : public TAdapterNamedDisplayField, public IGetAdapterValuesList, public IUpdateValue, public IValidateValue, public ICheckValueChange;

WebAdapt

TAdapterUpdateField implements the interfaces necessary to support field validation and updating. Descendant classes support different types of data that can be entered by the user (for example, image upload, file upload, single value, multiple value, memo and Boolean). 

 

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