eFlag Enumeration
   Enums for flags on Controls
   
                
    Namespace: 
   nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Members
| Member name | Description | |
|---|---|---|
| ShowAsPassword | Creates * instead of text for the entry - only works with InputControls | |
| IsReadWrite | If not set, the control cannot be edited | |
| HideFromMobile | If set, this control will not show on mobile devices | |
| HideFromTable | If set, this control will not show in Tables | |
| HideFromForm | If set, this control will not show in Forms | |
| AdvancedEditor | If set, the control will shown an advanced mode, if available | |
| OnUpdateIsInRow | Instead of pointing to a Property of the MyBaseThing, the OnUpdateName is referencing a field in the StorageMirror behind the control referenced by the cdeMID of the table row | |
| ShowOnFirstNodeOnly | If set, this control will not show on any other node then the FirstNode |