ParameterAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
ReadOnly | 1 | The parameter is read-only. | |
LongText | 2 | The parameter may have text over 255 characters long. | |
TreatAsField | 4 | Properties should be stored as fields on the object. | |
SupportsReferences | 8 | Properties may include references to other items (typically a field referencing another field). | |
IsReference | 16 | This property is a reference to another item (typically a field referencing another field). Properties so marked allow the parent to honor precedence when appropriate. | |
SessionPersist | 32 | This value should be persisted across session timeouts. | |
GenEmbeddedFunc | 64 | Automatically generate a corresponding embedded function for this property. Any change to the parameter value will regenerate the function. This attribute is only valid on Application parameters and ignored elsewhere. | |
DynamicOnly | 128 | This parameter should NOT be shown in the studio's property sheet for this object. It is set dynamically. | |
ReloadOnChange | 256 | Changes to this parameter's value affects other properties and the Studio's property sheet should be reloaded on such a change. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.