Internet Direct (Indy) Version 9.0.1 Beta
LogicalAnd
Performs a logical AND for Integer arguments.

function LogicalAnd(A: Integer; B: Integer): Boolean;
Parameters
A: Integer
Base value.

B: Integer
Mask Value.

Returns
Boolean - Result of the Logical AND operation.

Description
LogicalAnd is a Boolean function that returns the result of a logical AND operation for the Integer arguments A and B. LogicalAnd returns True when (A and B) = B.