RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebForm.TDisplayFieldViewMode Enumeration

TDisplayFieldViewMode indicates the mode in which an adapter field's value is displayed.

Pascal
TDisplayFieldViewMode = (
  vmDefault,
  vmInput,
  vmDisplay,
  vmToggleOnAccess
);
C++
enum TDisplayFieldViewMode {
  vmDefault,
  vmInput,
  vmDisplay,
  vmToggleOnAccess
};

WebForm

The following table lists the possible values for the TDisplayFieldViewMode type and the meaning corresponding to each:

Value 
Meaning 
vmDefault  
Use the default mode associated with the adapter.  
vmInput  
Generate an input control for the field.  
vmDisplay  
Generate a read-only control for the field.  
vmToggleOnAccess  
Generate a control that toggles between read-only and input mode when the user tries to access it.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!