RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.GetAdapterDisplayCharacteristics Method

Indicates the display characteristics of the HTML this component generates.

Pascal
function GetAdapterDisplayCharacteristics: TAdapterDisplayCharacteristics;
C++
__fastcall TAdapterDisplayCharacteristics GetAdapterDisplayCharacteristics();

Adapter actions call GetAdapterDisplayCharacteristics from their IsDefaultAction methods to determine whether their function should be included in the adapter's default set of actions. If the adapter action is appropriate to operate on an HTML form with the indicated characteristics, the adapter action returns true from its IsDefaultAction method. 

In TAdapterDisplayReferenceGroup, GetAdapterDisplayCharacteristics delegates this task by fetching the display characteristics from the associated display component. 

 

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