AnnUnlock method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnUnlock(LEADTyp::L_HANDLE hObject, AnsiString szKey);

Delphi Syntax

Function AnnUnlock(hObject: L_HANDLE; szKey: string): Integer;

Overview

Refer to Implementing Annotation Security.

Remarks

(Document/Medical only) Unlocks annotations with the specified key. Use the same key used in AnnLock method. The key is case sensitive!

See Also

Elements:

AnnLock method, OnAnnUnlocked event, OnAnnLocked event

Topics:

Annotations (Document/Medical only): Annotation Security