Specifies a field value in the fieldValueList of PEDrillOnDetailEventInfo.
typedef struct PEFieldValueInfo {
WORD StructSize;
WORD ignored;
char fieldName [PE_FIELD_NAME_LEN];
PEValueInfo fieldValue;
} PEFieldValueInfo;
A selected Details area corresponds to a database record.
Type PEFieldValueInfo
StructSize As Integer
ignored As Integer
fieldName As String
fieldValue As PEValueInfo
End Type
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 |