ToolsAPI.IOTACustomDifferenceManager.ShowDifference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowDifference(const Left, Right: IStream; const LeftDisplayName,
RightDisplayName, LeftFileName, RightFileName: string;
LeftFlag, RightFlag: TOTADiffFlag; DifferenceType: TOTADifferenceType);

C++

virtual void __fastcall ShowDifference(const _di_IStream Left, const _di_IStream Right, const System::UnicodeString LeftDisplayName, const System::UnicodeString RightDisplayName, const System::UnicodeString LeftFileName, const System::UnicodeString RightFileName, TOTADiffFlag LeftFlag, TOTADiffFlag RightFlag, TOTADifferenceType DifferenceType) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI IOTACustomDifferenceManager

Description

Embarcadero Technologies does not currently have any additional information.