RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TAdapterDisplayViewModeType Enumeration

TAdapterDisplayViewModeType identifies how an HTML control for the associated adapter field should behave.

Pascal
TAdapterDisplayViewModeType = (
  htmlvmInput,
  htmlvmDisplay,
  htmlvmToggleOnAccess,
  htmlvmNone
);
C++
enum TAdapterDisplayViewModeType {
  htmlvmInput,
  htmlvmDisplay,
  htmlvmToggleOnAccess,
  htmlvmNone
};

Each view mode type indicates how an HTML element is to be used. The following table lists the possible values:

Value 
Meaning 
htmlvmInput  
The HTML control is used for editing values.  
htmlvmDisplay  
The HTML control is used for read-only display.  
htmlvmToggleOnAccess  
The HTML control is used for editing if the user has modify rights, otherwise for read-only display.  
htmlvmNone  
No view mode type specified.  

 

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