System.Nullable.TNullableOp

From RAD Studio API Documentation
Jump to: navigation, search

C++

enum class DECLSPEC_DENUM TNullableOp : unsigned char { opAdd, opSub, opMul, opIntDiv, opDiv, opMod, opLAnd, opLOr, opShl, opShr, opBAnd, opBOr, opBXor, opEQ, opNE, opGT, opLT, opGE, opLE, opInc, opDec, opNeg, opPos, opLNot, opBNot };

Properties

Type Visibility Source Unit Parent
enum public System.hpp System Nullable

Description

Embarcadero Technologies does not currently have any additional information.