Initial Release 6

Data Type : Composite Data; Rich Text

CDDATAFLAGS - Collapsible section, button type, style sheet or field limit information for Notes/Domino 6.
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
BSIG Header;
WORD nFlags; /* number of flags */
WORD elemType; /* element these flags are for, CD_xxx_ELEMENT */
DWORD dwReserved; /* future */
/* DWORDS of flags follow... */
} CDDATAFLAGS;

Description :

Contains collapsible section, button type, style sheet or field limit information for Notes/Domino 6. A CD record (CDBAR, CDBUTTON, CDBORDERINFO, CDFIELDHINT, etc.) may be followed by a CDDATAFLAGS structure. If elemType is CD_FIELDLIMIT_ELEMENT, you can use Flag & FIELD_LIMIT_TYPE_XXX is not zero to get the limit type. See FIELD_LIMIT_TYPE_XXX.
See Also :

BARREC_DATA_BORDER_xxx
----------------------------------------------------------------------------------------------------------