RAD Studio VCL Reference
|
TDisplayFieldViewMode indicates the mode in which an adapter field's value is displayed.
TDisplayFieldViewMode = ( vmDefault, vmInput, vmDisplay, vmToggleOnAccess );
enum TDisplayFieldViewMode { vmDefault, vmInput, vmDisplay, vmToggleOnAccess };
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|