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