PEFieldValueInfo

Specifies a field value in the fieldValueList of PEDrillOnDetailEventInfo.

C Syntax
typedef struct PEFieldValueInfo {
    WORD StructSize;
    WORD ignored;
    char fieldName [PE_FIELD_NAME_LEN];
    PEValueInfo fieldValue;
} PEFieldValueInfo;
Members

StructSize

Specifies the size of the PEFieldValueInfo structure. Initialize the member to PE_SIZEOF_FIELD_VALUE_INFO.

ignored

For 4 byte alignment. Ignore.

fieldName

Specifies the formula form of a field name (of length PE_FIELD_NAME_LEN = 512).

fieldValue

Specifies the field value for the selected Details area for the field specified by the field name.

Remarks

A selected Details area corresponds to a database record.

VB Type Listing
Type PEFieldValueInfo
    StructSize As Integer
    ignored As Integer
    fieldName As String
    fieldValue As PEValueInfo
End Type
Delphi Record Listing
type 
    PEFieldNameType = array[0..PE_FIELD_NAME_LEN-1] of char;
    PEFieldValueInfo = record
        StructSize: Word;
        ignored: Word;
        fieldName: PEFieldNameType;
        fieldValue: PEValueInfo;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com