Table of Contents

TLookupFieldDefinition Record

Encapsulates the data for a lookup tag in a report.

Syntax

Unit: FlexCel.Report

TLookupFieldDefinition = record;

Methods

Name Description
Create Creates a new lookupfield definition. Fields will be copied.
GetHashCode Returns the hash code of this object.
Equals Returns true if both structs are the same.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.

Properties

Name Description
KeyFields The key fields in the lookup.
ResultField The result field for the lookup.
OriginalKeyFields​Definition The key fields definition as it is written in the lookup tag. You will normally not need this data.