Indy 9
LogicalAnd
Unit: IdSSLOpenSSL
Performs a logical AND for Integer arguments.
function LogicalAnd(A: Integer; B: Integer): Boolean;
Unit
IdSSLOpenSSL
Parameters
A: Integer
Base value.
B: Integer
Mask Value.
Return Value
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.