API:System.Variants.TCustomVariantType.BinaryOp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BinaryOp(var Left: TVarData; const Right: TVarData;  const Operator: TVarOp); virtual;

C++

virtual void __fastcall BinaryOp(TVarData &Left, const TVarData &Right, const int Operator);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

Description

Embarcadero Technologies does not currently have any additional information.