DocGetLoadCallbackΒΆ

DocGetLoadCallback returns the callback function name, that was set with DocSetLoadCallback.

ssLoadCallback = DocGetLoadCallback(hDoc)

Return Value

ssLoadCallback is the callback function name or an empty string, if a callback function is not set.

Parameters

hDoc

Identifies the document.

Example

See DocSetLoadCallback.

History

Version Description
5.20 New.

id-309075