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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!