DdsDataField is a derived class that further defines properties and methods common to display file fields. In addition, DdsDataField is also a base class for the derived classes DdsCharField, DdsDecField, DdsBaseDate, DdsTimeField, and DdsTimestampField.
For a list of all members of this type, see DdsDataField Members.
Applicable Products:
Monarch, Wings, Mobile RPG
Inheritance Hierarchy
ASNA.Monarch.WebDspF ASNA.Monarch.WebDspF.DdsField ASNA.Monarch.WebDspF.DdsDataField Derived Classes
Syntax
Public MustInherit class DdsDataField : Inherits ASNA.Monarch.WebDspF.DdsField
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
This class is intended for use as a base class only and instances of this class cannot be created directly; they can only be created as base class instances of the derived classes.
Exceptions
The following exceptions may be encountered when the control field is rendered.
| Value | Condition |
|---|---|
| MessageFileException | The Message file used by the control could not be found. |
| MessageIDException | A Message with the requested ID could not be found. |
Requirements
Namespace: ASNA.Monarch.WebDspF
Assembly: ASNA.Monarch.WebDspF.DLL
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro
