OnSaveCapabilityEvent Event (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int OnSaveCapabilityEvent (pTW_CAPABILITY pCapability)

Delphi Syntax

OnSaveCapabilityEvent (pCapability: pTW_CAPABILITY ): L_INT

Overview

Refer to Handling Template Files.

Remarks

Called for each capability supported by a particular TWAIN source, before saving it to a specific template file.

The user can only modify the capability data before saving it to the specified template file.

See Also

Elements:

ShowTemplateDlg method, EnableSaveCapabilityEvent property.

Topics:

TWAIN Functionality: Events