.. highlightlang:: us .. index:: DocGetLoadCallback .. _docgetloadcallback: DocGetLoadCallback ================== .. us.tag DocGetLoadCallback NOTREADYENGLISH DocGet New5200 :ref:`DocGetLoadCallback` returns the callback function name, that was set with :ref:`DocSetLoadCallback`. .. function:: ssLoadCallback = DocGetLoadCallback(hDoc) .. us.return **Return Value** *ssLoadCallback* is the callback function name or an empty string, if a callback function is not set. .. us.params **Parameters** .. uparam:: hDoc Identifies the document. .. us.example **Example** See :ref:`DocSetLoadCallback`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New. .. seealso:: :ref:`Overview-Documents`, :ref:`DocSetLoadCallback` :sub:`id-309075`