PA_QueryComparison

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


Values for the field fComparison of LineBlock data structure.

These values define the comparison operator for the line of query definition.

typedef enum
{
   eQC_NoOperation,   // No query line can have this value
   eQC_IsEqual,   // Is equal to
   eQC_IsDifferent,   // Is not equal to
   eQC_IsGreater,   // Is greater than
   eQC_IsGreaterOrEqual,   // Is greater or equal to
   eQC_IsLess,   // Is less than
   eQC_IsLessOrEqual,   // Is less or equal to
   eQC_Contains,   // Contains
   eQC_NotContains   // Does not contains
} PA_QueryComparison;

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next