Harbour hvm Functions

Harbour Virtual Machine Functions

AEval Evaluates the subscript element of an array
CLIPINIT Initialize various Harbour sub-systems
dbEval Performs a code block operation on the current Database
Do Calls a procedure or a function
Eval Evaluate a code block
HB_PValue Retrieves the value of an argument
HB_ForNext Inline FOR…NEXT loop
PCount Retrieves the number of arguments passed to a function
ProcFile This function allways returns an empty string
ProcLine Gets the line number of the current function on the stack
ProcName Gets the name of the current function on the stack


__SetHelpK()

Template

Procedure

Name

__SetHelpK()

Category

API

Subcategory

Internal

Oneliner

Set F1 as the default help key

Syntax

      __SetHelpK()

Arguments

None.

Description

Set F1 to execute a function called HELP if such a function is linked into the program.

Compliance

Clipper

Files

Library is core

Seealso

__XHelp(), SET KEY, SetKey()