RAD Studio VCL Reference
|
TAdapterDisplayCharacteristics describes the characteristics of the HTML generated to display information from an adapter.
TAdapterDisplayCharacteristic = ( dcMultipleRecordView, dcCurrentRecordView, dcChangeCurrentRecordView );
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!
|