RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterField Class

TCustomAdapterField is a base class for adapter fields that provide a single value.

Pascal
TCustomAdapterField = class(TAdapterUpdateField);
C++
class TCustomAdapterField : public TAdapterUpdateField;

WebAdapt

TCustomAdapterField calls event handlers to retrieve the adapter field's value, validate a value entered by the end-user, and update the adapter field's value. 

 

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