hmFree_GetMethodText

hmFree_GetMethodText(methodID;Text) -> error

Parameter          Type              Description
methodID           Longint       ->  ID of the method
Text               Text          <-  Methodtext
error              Longint       <-  Error code

Description

The command hmFree_GetMethodText returns the methodtext of a method defined by methodID. You can map methodnames into IDs by calling the command hmFree_GET METHOD LIST.

Example


C_TEXT($vt_text)
C_LONGINT($vl_error)

$vt_text:=""
$vl_error:=hmFree_GetMethodText (15345;$vt_text)