C-DEngine 5.105

eFlag Enumeration

Enums for flags on Controls

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum eFlag
Public Enumeration eFlag
public enum class eFlag

Members


Member nameDescription
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