RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMemoField Class

TCustomAdapterMemoField is a base class for adapter fields that have a multi-line text value.

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

WebAdapt

Derive from TCustomAdapterMemoField when the adapter field has a multi-line text value. Typically, a text area HTML element is used to edit the value of this adapter field. 

 

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