MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgIntegerComparison type

Top  Previous  Next

TMsgIntegerComparison is the record with conditions for integer comparison.

Unit
MsgTypes

type TMsgIntegerComparison = packed record
  Comparison1:       TMsgComparisonOperator;
  Value1:            Integer;
  Comparison2:       TMsgComparisonOperator;
  Value2:            Integer;
end;

Description
TMsgTextComparison is the record with conditions for integer comparison.
Comparison1, Comparison2 - comparison operators for Value1 and Value2.



© AidAim Software MsgCommunicator: