type TIFPSBinValueOp = class(
TIFPSValue
)
TIFPSValue
![]() |
destructor Destroy; override; |
![]() |
destructor Destroy; override; |
![]() |
property aType: Cardinal; |
![]() |
property Operator: TIFPSBinOperatorType; |
![]() |
property Val1: TIFPSValue; |
![]() |
property Val2: TIFPSValue; |
![]() |
property aType: Cardinal; |
The resulting type
![]() |
property Operator: TIFPSBinOperatorType; |
The operator for this value
![]() |
property Val1: TIFPSValue; |
The first value
![]() |
property Val2: TIFPSValue; |
The second value