IsSupportLocked method

Delphi example

C++Builder example

 

Builder Syntax

bool __fastcall IsSupportLocked(int iType);

Delphi Syntax

function IsSupportLocked(iType: Integer): Boolean;

Overview

Refer to Implementing DICOM Support.

Remarks

Indicates whether support is locked for an optional feature, such as LEADTOOLS Document/Medical capabilities.

For information about LEADTOOLS Document/Medical capabilities, contact LEAD.

To unlock a feature, use the UnlockSupport method.

See Also

Elements:

UnlockSupport method