RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TAdapterDisplayCharacteristic Enumeration

TAdapterDisplayCharacteristics describes the characteristics of the HTML generated to display information from an adapter.

Pascal
TAdapterDisplayCharacteristic = (
  dcMultipleRecordView,
  dcCurrentRecordView,
  dcChangeCurrentRecordView
);
C++
enum TAdapterDisplayCharacteristic {
  dcMultipleRecordView,
  dcCurrentRecordView,
  dcChangeCurrentRecordView
};

The components that generate HTML to represent the fields or actions of an adapter return a TAdapterDisplayCharacteristics value to indicate what types of actions are appropriate to accompany the generated HTML. TAdapterDisplayCharacteristics is a set of TAdapterDisplayCharacteristic values.  

The following table lists the TAdapterDisplayCharacteristic values:

Value 
Appropriate Actions 
dcMultipleRecordView  
Actions that operate on or display multiple records are appropriate.  
dcCurrentRecordView  
Actions that operate on the current adapter record are appropriate.  
dcChangeCurrentRecordView  
Actions that change the current record are appropriate.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!