DbField.h
Members |
Description |
kInitialized = 0x01 |
Field was initialized by the evaluator. |
kCompiled = 0x02 |
Field was compiled. |
kModified = 0x04 |
Field was modified, but not evaluated. |
kEvaluated = 0x08 |
Field was evaluated. |
kHasCache = 0x10 |
Field has evaluated cache. |
kHasFormattedString = 0x20 |
Internal use only. |
This is record OdDbField::State.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|